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 ca82e54 commit 6a1753dCopy full SHA for 6a1753d
.github/dependabot.yml
@@ -0,0 +1,24 @@
1
+version: 2
2
+updates:
3
+ # Enable version updates for npm
4
+ - package-ecosystem: 'npm'
5
+ # Look for `package.json` and `lock` files in the `root` directory
6
+ directory: '/'
7
+ allow:
8
+ - dependency-type: 'production'
9
+ # Check the npm registry for updates every day (weekdays)
10
+ schedule:
11
+ interval: 'daily'
12
+ target-branch: dependency-updates
13
+ labels:
14
+ - 'dependencies'
15
+
16
+ - package-ecosystem: 'github-actions'
17
+ # Workflow files stored in the
18
+ # default location of `.github/workflows`
19
20
21
22
23
24
0 commit comments