Skip to content

Commit 22a88f7

Browse files
committed
fix: properly disable dependabot
1 parent dfb8a9f commit 22a88f7

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
# 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
24
version: 2
3-
updates: []
5+
updates:
6+
- package-ecosystem: pip
7+
directory: /
8+
schedule:
9+
interval: yearly
10+
open-pull-requests-limit: 0

0 commit comments

Comments
 (0)