Skip to content

Commit

Permalink
chore: Try for grouping dependabot dependencies updates into 1 PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Roboroads committed Jul 16, 2024
1 parent efe9f50 commit 330685f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
# Dependabot configuration:
# https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
# Maintain dependencies for Gradle dependencies
- package-ecosystem: "gradle"
directory: "/"
target-branch: "main"
schedule:
interval: "daily"
# Maintain dependencies for GitHub Actions
groups:
all:
patterns:
- "*"
- package-ecosystem: "github-actions"
directory: "/"
target-branch: "main"
schedule:
interval: "daily"
groups:
all:
patterns:
- "*"
6 changes: 6 additions & 0 deletions .idea/git_toolbox_blame.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 330685f

Please sign in to comment.