Skip to content

Commit 7ff9835

Browse files
committed
👷 Configure dependabot workflow
Signed-off-by: ff137 <[email protected]>
1 parent 4d401a4 commit 7ff9835

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/dependabot.yml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# For details on how this file works refer to:
2+
# - https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
3+
version: 2
4+
updates:
5+
# Maintain dependencies for GitHub Actions
6+
# - Check for updates once a week
7+
# - Group all updates into a single PR
8+
- package-ecosystem: github-actions
9+
directory: /
10+
schedule:
11+
interval: weekly
12+
groups:
13+
all-actions:
14+
patterns: ["*"]
15+
16+
# Maintain pip dependencies
17+
- package-ecosystem: pip
18+
schedule:
19+
interval: daily

0 commit comments

Comments
 (0)