We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 741242f + 5586206 commit 73129acCopy full SHA for 73129ac
1 file changed
.github/dependabot.yml
@@ -0,0 +1,14 @@
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
+ # Check the npm registry for updates every day (weekdays)
8
+ schedule:
9
+ interval: 'daily'
10
+# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot#enabling-dependabot-version-updates-for-actions
11
+ - package-ecosystem: "github-actions" # See documentation for possible values
12
+ directory: "/" # Location of package manifests
13
14
+ interval: "weekly"
0 commit comments