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 b5f230e commit 70b756eCopy full SHA for 70b756e
.github/dependbot.yml
@@ -0,0 +1,16 @@
1
+# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference#package-ecosystem
2
+version: 2
3
+updates:
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
+
11
+ - package-ecosystem: "pip"
12
+ # Look for a `requirements.txt` in the `root` directory
13
14
+ # Check for updates once a week
15
16
+ interval: "weekly"
0 commit comments