Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
taylor-s-dean authored Feb 5, 2024
1 parent eb5b7bf commit 53a323e
Showing 1 changed file with 27 additions and 2 deletions.
29 changes: 27 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,33 @@ updates:
- package-ecosystem: "gomod" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
interval: "daily"
groups:
all:
patterns:
- "*"
update-types:
- "minor"
- "patch"
- package-ecosystem: "github-actions" # See documentation for possible values
directory: ".github/workflows/" # Location of package manifests
schedule:
interval: "weekly"
interval: "daily"
groups:
all:
patterns:
- "*"
update-types:
- "minor"
- "patch"
- package-ecosystem: "github-actions" # See documentation for possible values
directory: ".gitea/workflows/" # Location of package manifests
schedule:
interval: "daily"
groups:
all:
patterns:
- "*"
update-types:
- "minor"
- "patch"

0 comments on commit 53a323e

Please sign in to comment.