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

.github/auto-label_yml.inactive

Lines changed: 0 additions & 36 deletions
This file was deleted.

.github/dependabot.yml

Lines changed: 13 additions & 0 deletions
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)