We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97ba359 commit b23f93bCopy full SHA for b23f93b
.github/dependabot.yml
@@ -3,9 +3,14 @@ version: 2
3
updates:
4
- package-ecosystem: "npm"
5
directory: "/"
6
+ schedule:
7
+ interval: "daily"
8
commit-message:
9
prefix: "build"
10
labels:
11
- "comp: build & ci"
12
- "PR target: master & patch"
13
- "PR action: merge"
14
+ # Disable version updates
15
+ # This does not affect security updates
16
+ open-pull-requests-limit: 0
0 commit comments