Skip to content

Commit

Permalink
ci: run dependabot daily
Browse files Browse the repository at this point in the history
  • Loading branch information
darksaid98 committed Feb 27, 2024
1 parent b3078ef commit fae53be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
interval: "daily"
commit-message:
prefix: "ci:"
target-branch: "main"
- package-ecosystem: "gradle"
directory: "/"
schedule:
interval: "weekly"
interval: "daily"
commit-message:
prefix: "build:"
target-branch: "main"
Expand Down

0 comments on commit fae53be

Please sign in to comment.