Skip to content

Commit fe464d1

Browse files
authored
Merge pull request #218 from tobiashuste/217-configure-dependabot-to-update-dependencies-in-prepare-action
Make sure to update prepare-action via Dependabot
2 parents c1c2b9a + dfdef15 commit fe464d1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ updates:
1212
schedule:
1313
# Check for updates to GitHub Actions every weekday
1414
interval: "daily"
15+
- package-ecosystem: "github-actions"
16+
directory: "/.github/workflows/prepare-action"
17+
schedule:
18+
# Check for updates to GitHub Actions every weekday
19+
interval: "daily"
1520

1621
- package-ecosystem: "pip"
1722
directory: "/"

0 commit comments

Comments
 (0)