Skip to content

Commit baae713

Browse files
committed
chore(ci): Make dependabot track github actions
1 parent c028fdd commit baae713

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,9 @@ updates:
1212
ignore:
1313
- dependency-name: "*"
1414
update-types: ["version-update:semver-patch"]
15+
# Make sure github actions like release-plz stay up to date
16+
- package-ecosystem: "github-actions"
17+
directory: "/"
18+
# Check for updates every Monday
19+
schedule:
20+
interval: "weekly"

0 commit comments

Comments
 (0)