Skip to content

Commit

Permalink
Merge pull request #170 from authzed/dependabot-actions
Browse files Browse the repository at this point in the history
change update cadence to weekly / update github actions
  • Loading branch information
vroldanbet authored Mar 19, 2024
2 parents b22b9f0 + 9d332ec commit fdc2660
Showing 1 changed file 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
Expand Up @@ -4,6 +4,10 @@ updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "monthly"
interval: "weekly"
labels:
- "area/dependencies"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"

0 comments on commit fdc2660

Please sign in to comment.