Skip to content

Commit

Permalink
dependabot: support github-actions updates
Browse files Browse the repository at this point in the history
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
  • Loading branch information
mmorel-35 committed Mar 30, 2024
1 parent 3d6dab0 commit b52b0a9
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 b52b0a9

Please sign in to comment.