Skip to content

Commit dddd51b

Browse files
remyleoneMia-Cross
andauthored
chore: enable update for github actions in dependabot (#3734)
Co-authored-by: Mia-Cross <[email protected]>
1 parent 7d2386f commit dddd51b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,9 @@ updates:
1111
interval: daily
1212
ignore:
1313
# Ignore sentry-go updates, cannot be updated to be used with our sentry
14-
- dependency-name: "sentry-go"
14+
- dependency-name: "sentry-go"
15+
16+
- package-ecosystem: "github-actions"
17+
directory: "/"
18+
schedule:
19+
interval: monthly

0 commit comments

Comments
 (0)