Skip to content

Commit beccf16

Browse files
KYBvWHxWtbag999claude
authored
chore(security): add Dependabot configuration for pip and GitHub Actions (#27)
Closes #26 Co-authored-by: gss <tbag9199@gmail.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 8688f81 commit beccf16

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: pip
4+
directory: "/"
5+
schedule:
6+
interval: weekly
7+
day: monday
8+
open-pull-requests-limit: 5
9+
commit-message:
10+
prefix: "chore(deps):"
11+
12+
- package-ecosystem: github-actions
13+
directory: "/"
14+
schedule:
15+
interval: weekly
16+
day: monday
17+
open-pull-requests-limit: 5
18+
commit-message:
19+
prefix: "ci(deps):"

0 commit comments

Comments
 (0)