Skip to content

Commit 2b30246

Browse files
committed
Makes Dependabot also watch GitHub Actions
1 parent b9be8f7 commit 2b30246

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
@@ -11,3 +11,8 @@ updates:
1111
# ignore "patch" updates for all packages as patch segments are relaxed in requirements-dev.txt
1212
- dependency-name: "*"
1313
update-types: ["version-update:semver-patch"]
14+
15+
- package-ecosystem: "github-actions"
16+
directory: "/"
17+
schedule:
18+
interval: "weekly"

0 commit comments

Comments
 (0)