Skip to content

Commit

Permalink
Update dependabot to account for multiple directories (#116)
Browse files Browse the repository at this point in the history
* update GHA dependabot directory to root
  • Loading branch information
mikealfare authored Apr 12, 2024
1 parent 63a399c commit f129b1a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
version: 2
updates:
# github dependencies
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
rebase-strategy: "disabled"
- package-ecosystem: "docker"
directory: "/.github/actions/latest-wrangler"
schedule:
interval: "weekly"
rebase-strategy: "disabled"
Empty file removed scripts/.gitignore
Empty file.

0 comments on commit f129b1a

Please sign in to comment.