Skip to content

Commit c2a9334

Browse files
authored
Check dependencies monthly (#1646)
Weekly checks are too frequent for unmaintained plugins
1 parent bed7eaa commit c2a9334

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ updates:
55
- package-ecosystem: "maven"
66
directory: "/"
77
schedule:
8-
interval: "weekly"
8+
interval: "monthly"
99
ignore:
1010
# Jenkins core is stuck on Groovy 2.4 due to JENKINS-53372, and CodeNarc
1111
# 1.x is the last version to support Groovy 2.4. Until Jenkins core moves
@@ -21,11 +21,11 @@ updates:
2121
- package-ecosystem: "github-actions"
2222
directory: "/"
2323
schedule:
24-
interval: "weekly"
24+
interval: "monthly"
2525
- package-ecosystem: "npm"
2626
directory: "job-dsl-plugin"
2727
schedule:
28-
interval: "weekly"
28+
interval: "monthly"
2929
ignore:
3030
# Breaks the appearance of the API viewer. See:
3131
# https://github.com/jenkinsci/job-dsl-plugin/pull/1270

0 commit comments

Comments
 (0)