Skip to content

Commit a06308b

Browse files
committed
chore: enable dependabot for dep upgrades
1 parent b2b3e42 commit a06308b

File tree

2 files changed

+13
-36
lines changed

2 files changed

+13
-36
lines changed

Diff for: .github/auto-label_yml.inactive

-36
This file was deleted.

Diff for: .github/dependabot.yml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
version: 2
2+
updates:
3+
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
6+
schedule:
7+
interval: "daily"
8+
9+
- package-ecosystem: "pip"
10+
directory: "/"
11+
schedule:
12+
interval: "daily"
13+
target-branch: "develop"

0 commit comments

Comments
 (0)