Skip to content

Commit bd09a12

Browse files
zeevdrclaude
andauthored
chore: add dependabot.yml (#14)
Enables weekly version bump PRs (minor + patch grouped, majors separate) across all ecosystems present in the repo. Limit 5 open PRs per ecosystem. Closes opendecree/decree#148 Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 1bad586 commit bd09a12

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: pip
4+
directories:
5+
- /sdk
6+
- /examples
7+
schedule:
8+
interval: weekly
9+
open-pull-requests-limit: 5
10+
labels:
11+
- dependencies
12+
- ci
13+
groups:
14+
minor-and-patch:
15+
update-types:
16+
- minor
17+
- patch
18+
19+
- package-ecosystem: github-actions
20+
directory: /
21+
schedule:
22+
interval: weekly
23+
open-pull-requests-limit: 5
24+
labels:
25+
- dependencies
26+
- ci
27+
groups:
28+
minor-and-patch:
29+
update-types:
30+
- minor
31+
- patch

0 commit comments

Comments
 (0)