Skip to content

Commit d0b1eb3

Browse files
committed
Update Dependabot configuration to include weekly updates for GitHub Actions and pip packages on Wednesdays 🚀
1 parent 8f81ebb commit d0b1eb3

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.github/dependabot.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
1+
---
2+
# Automatically update depencies with Dependabot
3+
# Please see the documentation for all configuration options:
4+
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5+
16
version: 2
27
updates:
8+
- package-ecosystem: "github-actions"
9+
directory: "/"
10+
schedule:
11+
interval: "weekly"
12+
day: "wednesday"
13+
314
- package-ecosystem: "pip"
415
directory: "/"
516
schedule:
6-
interval: "daily"
17+
interval: "weekly"
18+
day: "wednesday"

0 commit comments

Comments
 (0)