Skip to content
This repository was archived by the owner on Feb 15, 2023. It is now read-only.

Commit 96c9e67

Browse files
authored
new: dependabot.yml (#89)
* new: dependabot.yml * chore: label change
1 parent 471c1a1 commit 96c9e67

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "pip"
4+
directory: "/"
5+
schedule:
6+
interval: "daily"
7+
target-branch: "development"
8+
labels:
9+
- "pip dependencies"

0 commit comments

Comments
 (0)