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 2fce36c commit cd51c1bCopy full SHA for cd51c1b
.github/dependabot.yml
@@ -7,10 +7,15 @@ updates:
7
directory: "/"
8
schedule:
9
interval: "daily"
10
+ # Disable version updates for npm dependencies
11
+ # https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates#open-pull-requests-limit
12
+ open-pull-requests-limit: 0
13
14
# Maintain dependencies for npm
15
- package-ecosystem: "npm"
16
target-branch: "develop"
17
18
19
20
21
0 commit comments