File tree Expand file tree Collapse file tree 4 files changed +30
-0
lines changed Expand file tree Collapse file tree 4 files changed +30
-0
lines changed Original file line number Diff line number Diff line change 1+ patreon : libresign
2+ github : libresign
Original file line number Diff line number Diff line change 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:"
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments