We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 593dc7c + ea6a384 commit 642d57cCopy full SHA for 642d57c
1 file changed
.github/dependabot.yml
@@ -1,15 +1,17 @@
1
version: 2
2
updates:
3
- # Python dependencies
+ # Python dependencies — security updates only
4
- package-ecosystem: "pip"
5
directory: "/"
6
schedule:
7
- interval: "daily"
+ interval: "weekly"
8
+ open-pull-requests-limit: 0
9
rebase-strategy: "disabled"
10
- # GitHub Actions — auto-update SHA pins
11
+ # GitHub Actions — security updates only
12
- package-ecosystem: "github-actions"
13
14
15
interval: "weekly"
16
17
0 commit comments