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.
2 parents 579f1a9 + bfb139f commit fcbfc55Copy full SHA for fcbfc55
.github/dependabot.yml
@@ -0,0 +1,22 @@
1
+version: 2
2
+updates:
3
+
4
+ # Maintain dependencies for npm
5
+ - package-ecosystem: "npm"
6
+ directory: "/"
7
+ schedule:
8
+ interval: "weekly"
9
+ # Raise pull requests against the "master" branch
10
+ target-branch: "master"
11
+ # Allow up to 10 open pull requests
12
+ open-pull-requests-limit: 10
13
+ # Use custom labels on pull requests for Docker version updates
14
+ labels:
15
+ - "npm prod dependencies"
16
+ - "dependabot-PR"
17
18
+ # Maintain dependencies for GitHub Actions
19
+ - package-ecosystem: "github-actions"
20
21
22
0 commit comments