Skip to content

Commit

Permalink
build(dependabot): fix updates groups syntax (#143)
Browse files Browse the repository at this point in the history
Signed-off-by: Romain Lespinasse <romain.lespinasse@gmail.com>
  • Loading branch information
rlespinasse committed Jan 4, 2024
1 parent 399f2aa commit 5ee5b39
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/dependabot.yml
@@ -1,14 +1,13 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
directory: "/.github/"
schedule:
interval: "weekly"
groups:
dependencies:
exclude-patterns:
- "rlespinasse/slugify-value"
- "rlespinasse/shortify-git-revision"
patterns:
- "*"
reviewers:
- "rlespinasse"
labels: [ ]
Expand Down

0 comments on commit 5ee5b39

Please sign in to comment.