We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c145862 commit e2a33acCopy full SHA for e2a33ac
.github/dependabot.yml
@@ -3,11 +3,9 @@ updates:
3
- package-ecosystem: gradle
4
directory: "/"
5
schedule:
6
- interval: weekly
7
- day: friday
+ interval: monthly
8
open-pull-requests-limit: 99
9
- package-ecosystem: "github-actions"
10
11
12
13
.github/workflows/update-gradle-wrapper.yml
@@ -2,7 +2,7 @@ name: Update Gradle Wrapper
2
on:
- - cron: "0 0 * * *"
+ - cron: "0 0 1 * *"
workflow_dispatch:
jobs:
0 commit comments