Skip to content

Commit cc58488

Browse files
author
zerox80
committed
chore(deps): remove gradle-wrapper updates configuration
Removed the gradle-wrapper update configuration from .github/dependabot.yml to stop automated updates for the Gradle wrapper. This change aligns with the project's dependency management strategy.
1 parent dcfa508 commit cc58488

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -37,21 +37,6 @@ updates:
3737
patterns:
3838
- "com.pinterest.ktlint*"
3939
- "io.gitlab.arturbosch.detekt*"
40-
- package-ecosystem: "gradle-wrapper"
41-
directory: "/"
42-
schedule:
43-
interval: "monthly"
44-
day: "monday"
45-
time: "05:00"
46-
timezone: "UTC"
47-
open-pull-requests-limit: 5
48-
rebase-strategy: "auto"
49-
labels:
50-
- "Dependencies"
51-
- "Gradle Wrapper"
52-
commit-message:
53-
prefix: "deps"
54-
include: "scope"
5540
- package-ecosystem: "github-actions"
5641
directory: "/"
5742
schedule:

0 commit comments

Comments
 (0)