Skip to content

Commit

Permalink
Merge pull request #269 from chizmw/better-group-names-in-dependabot-…
Browse files Browse the repository at this point in the history
…config

Better group names in dependabot config
  • Loading branch information
chizmw authored Oct 8, 2023
2 parents b912f98 + 5032c17 commit f4bc681
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/thirty-phones-tell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'arcane-scripts': patch
---

chore: use better group names in dependabot config
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ updates:
schedule:
interval: daily
groups:
dependencies:
python:
patterns:
- '*'

Expand All @@ -20,7 +20,7 @@ updates:
schedule:
interval: daily
groups:
dependencies:
github-actions:
patterns:
- '*'

Expand All @@ -29,6 +29,6 @@ updates:
schedule:
interval: daily
groups:
dependencies:
terraform:
patterns:
- '*'

0 comments on commit f4bc681

Please sign in to comment.