Skip to content

Commit

Permalink
Configure dependabot to update actions (#373)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored Sep 18, 2024
1 parent b528b86 commit 9d0e1b0
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,21 @@ updates:
labels:
- "dependencies"
- "skip-changelog"
# github-actions with directory: "/" only monitors .github/workflows
# https://github.com/dependabot/dependabot-core/issues/6345
- package-ecosystem: "github-actions"
directory: "/.github/actions/build-test"
schedule:
interval: "weekly"
groups:
github-actions:
patterns:
- "*"
- package-ecosystem: "github-actions"
directory: "/.github/actions/merge-release"
schedule:
interval: "weekly"
groups:
github-actions:
patterns:
- "*"

0 comments on commit 9d0e1b0

Please sign in to comment.