Skip to content

Commit a9cd5ca

Browse files
authored
chore: update dependabot rules (#27)
1 parent 9e79368 commit a9cd5ca

File tree

1 file changed

+21
-5
lines changed

1 file changed

+21
-5
lines changed

.github/dependabot.yml

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,29 @@
55

66
version: 2
77
updates:
8-
- package-ecosystem: "pip"
8+
- package-ecosystem: pip
99
directory: "/" # Location of package manifests
10+
commit-message:
11+
prefix: "chore(deps): "
1012
schedule:
11-
interval: "weekly"
13+
interval: daily
14+
labels:
15+
- chore
16+
open-pull-requests-limit: 8 # default is 5
1217

13-
- package-ecosystem: "github-actions"
14-
# Workflow files stored in the default location of `.github/workflows`. (You don't need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`.)
18+
- package-ecosystem: github-actions
19+
open-pull-requests-limit: 5 # default is 5
1520
directory: "/"
21+
commit-message:
22+
prefix: "ci(deps): "
1623
schedule:
17-
interval: "weekly"
24+
interval: daily
25+
labels:
26+
- ci
27+
groups:
28+
# allow combining github-actions updates into a single PR
29+
minor-and-patch:
30+
applies-to: version-updates
31+
update-types:
32+
- patch
33+
- minor

0 commit comments

Comments
 (0)