Merge pull request #7594 from mmorel-35/dependabot/github-actions

dependabot: support github-actions updates
pull/7635/head
qiuming 2024-04-09 10:02:37 +08:00 committed by GitHub
commit b755433f26
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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