Skip to content

Commit

Permalink
fix: dependabot directory (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick authored Jul 26, 2023
1 parent d038a91 commit 469c791
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
updates:
# dependabot for GitHub Actions for this repo
- package-ecosystem: "github-actions"
directory: "./github"
directory: "/"
schedule:
interval: "weekly"
# dependabot for GitHub Actions for the template
Expand Down
2 changes: 1 addition & 1 deletion template/.github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "./github"
directory: "/"
schedule:
interval: "weekly"

0 comments on commit 469c791

Please sign in to comment.