Skip to content

Commit

Permalink
chore(dependabot) update 'dependabot.yml' settings
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultcha committed Dec 22, 2023
1 parent f56a7e6 commit 2ef6fb2
Showing 1 changed file with 31 additions and 6 deletions.
37 changes: 31 additions & 6 deletions dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,47 @@
# https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates
version: 1
version: 2
updates:
- package-ecosystem: cargo
directory: /
directory: /lib
schedule:
interval: monthly
labels:
- dependabot
groups:
production-dependencies:
dependency-type: "production"
patterns:
- "*"
commit-message:
prefix: "chore(deps) "
include: scope

- package-ecosystem: cargo
directory: /t/lib
schedule:
interval: weekly
interval: monthly
groups:
development-dependencies:
dependency-type: "development"
patterns:
- "*"
labels:
- dependabot
commit-message:
prefix: "chore(deps)"
prefix: "chore(tests) "
include: scope

- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
interval: monthly
groups:
development-dependencies:
dependency-type: "development"
patterns:
- "*"
labels:
- dependabot
commit-message:
prefix: "chore(ci)"
prefix: "chore(ci) "
include: scope

0 comments on commit 2ef6fb2

Please sign in to comment.