diff --git a/.changeset/inadequate-silver-vulture.md b/.changeset/inadequate-silver-vulture.md index 9a5cc0e2..e2d1ea2e 100644 --- a/.changeset/inadequate-silver-vulture.md +++ b/.changeset/inadequate-silver-vulture.md @@ -5,4 +5,3 @@ chore(deps): bump actions/setup-python from 2 to 4 - diff --git a/.changeset/smooth-bottles-fry.md b/.changeset/smooth-bottles-fry.md new file mode 100644 index 00000000..1673c36d --- /dev/null +++ b/.changeset/smooth-bottles-fry.md @@ -0,0 +1,5 @@ +--- +'arcane-scripts': patch +--- + +chore(deps): update dependabot configuration to group by ecosystem diff --git a/.changeset/vast-tan-limpet.md b/.changeset/vast-tan-limpet.md index 32d89841..b58dd88c 100644 --- a/.changeset/vast-tan-limpet.md +++ b/.changeset/vast-tan-limpet.md @@ -5,4 +5,3 @@ chore(deps): bump boto3 from 1.28.35 to 1.28.37 - diff --git a/.github/dependabot-changeset.template.md b/.github/dependabot-changeset.template.md index 2d19bc0a..71f75ff3 100644 --- a/.github/dependabot-changeset.template.md +++ b/.github/dependabot-changeset.template.md @@ -3,4 +3,5 @@ --- + {{- .prTitle -}} diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ebd172c1..938d6b84 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,13 +10,25 @@ updates: directory: / # Location of package manifests schedule: interval: daily + groups: + dependencies: + patterns: + - '*' - package-ecosystem: github-actions directory: / schedule: interval: daily + groups: + dependencies: + patterns: + - '*' - package-ecosystem: terraform directory: /terraform schedule: interval: daily + groups: + dependencies: + patterns: + - '*'