Skip to content

Commit 232b5b0

Browse files
authored
Merge pull request #43 from Indicio-tech/chore/add-dependabot
chore: add dependabot config
2 parents d4fddd2 + 4e5cea1 commit 232b5b0

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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+
directory: /
19+
schedule:
20+
interval: weekly

0 commit comments

Comments
 (0)