diff --git a/.changeset/thirty-phones-tell.md b/.changeset/thirty-phones-tell.md new file mode 100644 index 00000000..8e080084 --- /dev/null +++ b/.changeset/thirty-phones-tell.md @@ -0,0 +1,5 @@ +--- +'arcane-scripts': patch +--- + +chore: use better group names in dependabot config diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 938d6b84..f82c1d36 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,7 +11,7 @@ updates: schedule: interval: daily groups: - dependencies: + python: patterns: - '*' @@ -20,7 +20,7 @@ updates: schedule: interval: daily groups: - dependencies: + github-actions: patterns: - '*' @@ -29,6 +29,6 @@ updates: schedule: interval: daily groups: - dependencies: + terraform: patterns: - '*'