Skip to content

Commit

Permalink
ci(dependabot): add groups to weekly gh-actions check
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron-Ritter authored Jan 18, 2024
1 parent c2e2148 commit 7bf0e8e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

Expand All @@ -11,6 +9,11 @@ updates:
directory: "/" # Uses default location of GitHub Workflows
schedule:
interval: "weekly"
groups:
prod-github-actions:
dependency-type: "production"
dev-github-actions:
dependency-type: "development"

# Maintain dependencies for Gradle
- package-ecosystem: "gradle"
Expand Down

0 comments on commit 7bf0e8e

Please sign in to comment.