dependabot: support github-actions updates

Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
pull/7594/head
Matthieu MOREL 2024-03-29 20:19:25 +01:00
parent 3d6dab0708
commit b52b0a9650
2 changed files with 10 additions and 0 deletions

View File

@ -1,5 +1,14 @@
version: 2
updates:
# Dependencies listed in .github/workflows
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
labels:
- "Dependencies"
- "github_actions"
- "kind/changelog-not-required"
# Dependencies listed in go.mod
- package-ecosystem: "gomod"
directory: "/" # Location of package manifests

View File

@ -0,0 +1 @@
dependabot: support github-actions updates