mirror of
https://github.com/gradle/gradle-build-action.git
synced 2024-12-25 13:46:19 +08:00
Enable Dependabot for github actions
This will allow dependabot to provide PRs to keep GitHub Action versions up to date in all workflow files.
This commit is contained in:
parent
6095a76664
commit
a63ae37710
5
.github/dependabot.yml
vendored
5
.github/dependabot.yml
vendored
@ -6,11 +6,14 @@ registries:
|
||||
username: dummy # Required by dependabot
|
||||
password: dummy # Required by dependabot
|
||||
updates:
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
- package-ecosystem: "npm"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
open-pull-requests-limit: 10
|
||||
ignore:
|
||||
- dependency-name: "@types/node"
|
||||
- package-ecosystem: "gradle"
|
||||
|
Loading…
x
Reference in New Issue
Block a user