mirror of
https://github.com/PretendoNetwork/Inkay.git
synced 2026-08-17 10:12:15 +02:00
feat(CI): Extend Dependabot workflow for GitHub Actions
This commit is contained in:
parent
bda6bc0d32
commit
79bc63adb8
1 changed files with 6 additions and 0 deletions
6
.github/dependabot.yml
vendored
6
.github/dependabot.yml
vendored
|
|
@ -11,3 +11,9 @@ updates:
|
||||||
interval: "weekly"
|
interval: "weekly"
|
||||||
commit-message:
|
commit-message:
|
||||||
prefix: "chore: "
|
prefix: "chore: "
|
||||||
|
- package-ecosystem: "github-actions" # See documentation for possible values
|
||||||
|
directory: "/" # Location of package manifests
|
||||||
|
schedule:
|
||||||
|
interval: "weekly"
|
||||||
|
commit-message:
|
||||||
|
prefix: "chore: "
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue