Skip to content

Commit

Permalink
chore(dependabot): update configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
rbioteau committed Mar 13, 2024
1 parent 6184d52 commit aa181c9
Showing 1 changed file with 20 additions and 5 deletions.
25 changes: 20 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,21 @@
# 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://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:

# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
target-branch: dev
schedule:
interval: "daily"
commit-message:
prefix: "chore"
include: "scope"
groups:
production-dependencies:
dependency-type: "production"
development-dependencies:
dependency-type: "development"

# Maintain dependencies for maven
- package-ecosystem: "maven"
directory: "/"
Expand All @@ -15,3 +25,8 @@ updates:
commit-message:
prefix: "chore"
include: "scope"
groups:
production-dependencies:
dependency-type: "production"
development-dependencies:
dependency-type: "development"

0 comments on commit aa181c9

Please sign in to comment.