Skip to content

Commit 7c3a317

Browse files
committed
Add new filest to .dgithub folders
Signed-off-by: Vitor Mattos <vitor@php.rio>
1 parent 4fa837c commit 7c3a317

File tree

4 files changed

+30
-0
lines changed

4 files changed

+30
-0
lines changed

.github/FUNDING.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
patreon: libresign
2+
github: libresign

.github/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Comment to be posted to on PRs from first time contributors in your repository
2+
newPRWelcomeComment: "Thanks for opening your first pull request in this repository! :v:"

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# To get started with Dependabot version updates, you'll need to specify which
2+
# package ecosystems to update and where the package manifests are located.
3+
# Please see the documentation for all configuration options:
4+
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5+
6+
version: 2
7+
updates:
8+
# Maintain dependencies for npm
9+
- package-ecosystem: "npm"
10+
directory: "/"
11+
schedule:
12+
interval: "daily"
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
name: Dependabot auto approve
3+
on: pull_request_target
4+
5+
jobs:
6+
auto-aprove:
7+
runs-on: ubuntu-latest
8+
permissions:
9+
pull-requests: write
10+
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
11+
steps:
12+
- uses: hmarr/auto-approve-action@v3
13+
with:
14+
review-message: "Auto approved automated PR"

0 commit comments

Comments
 (0)