We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b55a46c commit 178c2c2Copy full SHA for 178c2c2
.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: npm
7
+ directory: /
8
+ schedule:
9
+ interval: yearly
10
+ open-pull-requests-limit: 0
0 commit comments