Skip to content

Commit 646fb6d

Browse files
testtest
authored andcommitted
feat: Add Dependabot configuration for Python
Signed-off-by: test <georgeytgamingW@gmail.com>
1 parent 5cfd2c9 commit 646fb6d

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.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+
# Maintain dependencies for GitHub Actions
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
6+
schedule:
7+
interval: "weekly"
8+
9+
# Maintain dependencies for pip (Python)
10+
- package-ecosystem: "pip"
11+
directory: "/"
12+
schedule:
13+
interval: "weekly"

0 commit comments

Comments
 (0)