Skip to content

Commit 5e9a15c

Browse files
committed
build: add dependabot
1 parent 6224e38 commit 5e9a15c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/dependabot.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: github-actions
4+
directory: /
5+
schedule:
6+
interval: monthly
7+
- package-ecosystem: pip
8+
directory: /
9+
schedule:
10+
interval: monthly
11+
versioning-strategy: increase-if-necessary
12+
ignore:
13+
- dependency-name: >-
14+
*
15+
update-types:
16+
- version-update:semver-patch

0 commit comments

Comments
 (0)