Skip to content

Commit 70b756e

Browse files
authored
ci: add dependabot (#305)
1 parent b5f230e commit 70b756e

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/dependbot.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
directory: "/"
14+
# Check for updates once a week
15+
schedule:
16+
interval: "weekly"

0 commit comments

Comments
 (0)