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:
Daz DeBoer 2023-02-20 14:41:53 -07:00
parent 6095a76664
commit a63ae37710
No known key found for this signature in database
GPG Key ID: DD6B9F0B06683D5D

View File

@ -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"