Skip to content

Commit

Permalink
Merge pull request #7594 from mmorel-35/dependabot/github-actions
Browse files Browse the repository at this point in the history
dependabot: support github-actions updates
  • Loading branch information
qiuming-best authored Apr 9, 2024
2 parents 54462c4 + b52b0a9 commit b755433
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions changelogs/unreleased/7594-mmorel-35
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dependabot: support github-actions updates

0 comments on commit b755433

Please sign in to comment.