Skip to content

Commit

Permalink
ci(dependabot): setup bot to run every day to avoid batches every week
Browse files Browse the repository at this point in the history
Signed-off-by: kilianpaquier <[email protected]>
  • Loading branch information
kilianpaquier committed Jun 16, 2024
1 parent 8a72375 commit 324aece
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .craft
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
---
ci:
name: github
release:
auto: false
backmerge: false
mode: github-token
options:
- codecov
- codeql
- dependabot
release:
auto: false
backmerge: false
mode: github-token
license: mit
maintainers:
- name: kilianpaquier
Expand Down
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
interval: daily
groups:
major/minor/patch:
update-types:
Expand All @@ -26,7 +26,7 @@ updates:
- package-ecosystem: gomod
directory: /
schedule:
interval: weekly
interval: daily
groups:
minor/patch:
update-types:
Expand Down

0 comments on commit 324aece

Please sign in to comment.