We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfb8a9f commit 22a88f7Copy full SHA for 22a88f7
.github/dependabot.yml
@@ -1,3 +1,10 @@
1
# Dependabot disabled - we manage dependencies manually
2
+# Using open-pull-requests-limit: 0 to disable version updates
3
+# See: https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates
4
version: 2
-updates: []
5
+updates:
6
+ - package-ecosystem: pip
7
+ directory: /
8
+ schedule:
9
+ interval: yearly
10
+ open-pull-requests-limit: 0
0 commit comments