1 parent 09e76a3 commit 1a8c4c6Copy full SHA for 1a8c4c6
1 file changed
.github/dependabot.yml
@@ -0,0 +1,16 @@
1
+version: 2
2
+updates:
3
+ # Maintain dependencies for GitHub Actions
4
+ - package-ecosystem: "github-actions"
5
+ directory: "/"
6
+ schedule:
7
+ interval: "weekly"
8
+
9
+ # Maintain Python dependencies (pip)
10
+ - package-ecosystem: "pip"
11
12
13
14
+ ignore:
15
+ - dependency-name: "*"
16
+ update-types: ["version-update:semver-major"] # Prevent auto major updates to avoid breaking changes
0 commit comments