Skip to content

Commit

Permalink
ci: change dependabot interval to monthly
Browse files Browse the repository at this point in the history
  • Loading branch information
tadayosi committed Nov 29, 2023
1 parent 2f6e854 commit 0f35b6f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ updates:
- package-ecosystem: maven
directory: '/'
schedule:
interval: weekly
interval: monthly
reviewers:
- tadayosi
- phantomjinx
Expand All @@ -13,7 +13,7 @@ updates:
- package-ecosystem: maven
directory: '/'
schedule:
interval: weekly
interval: monthly
target-branch: '3.x'
reviewers:
- tadayosi
Expand All @@ -24,7 +24,7 @@ updates:
- package-ecosystem: npm
directory: '/'
schedule:
interval: weekly
interval: monthly
reviewers:
- tadayosi
- phantomjinx
Expand All @@ -34,7 +34,7 @@ updates:
- package-ecosystem: npm
directory: '/'
schedule:
interval: weekly
interval: monthly
target-branch: '3.x'
reviewers:
- tadayosi
Expand All @@ -45,7 +45,7 @@ updates:
- package-ecosystem: github-actions
directory: '/'
schedule:
interval: weekly
interval: monthly
reviewers:
- tadayosi
- phantomjinx
Expand All @@ -55,7 +55,7 @@ updates:
- package-ecosystem: github-actions
directory: '/'
schedule:
interval: weekly
interval: monthly
target-branch: '3.x'
reviewers:
- tadayosi
Expand Down

0 comments on commit 0f35b6f

Please sign in to comment.