Skip to content

Commit 18407eb

Browse files
authored
Fix config for dependabot (#20)
1 parent 82fd1d4 commit 18407eb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ updates:
99
directory: "/" # Location of package manifests
1010
schedule:
1111
interval: "weekly"
12-
- package-ecosystem: "github-actions" # Also update Github actions
13-
directory: "/"
14-
schedule:
15-
# Check for updates to GitHub Actions every week
16-
interval: "weekly"
12+
- package-ecosystem: "github-actions" # Also update Github actions
13+
directory: "/"
14+
schedule:
15+
# Check for updates to GitHub Actions every week
16+
interval: "weekly"

0 commit comments

Comments
 (0)