We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bed7eaa commit c2a9334Copy full SHA for c2a9334
.github/dependabot.yml
@@ -5,7 +5,7 @@ updates:
5
- package-ecosystem: "maven"
6
directory: "/"
7
schedule:
8
- interval: "weekly"
+ interval: "monthly"
9
ignore:
10
# Jenkins core is stuck on Groovy 2.4 due to JENKINS-53372, and CodeNarc
11
# 1.x is the last version to support Groovy 2.4. Until Jenkins core moves
@@ -21,11 +21,11 @@ updates:
21
- package-ecosystem: "github-actions"
22
23
24
25
- package-ecosystem: "npm"
26
directory: "job-dsl-plugin"
27
28
29
30
# Breaks the appearance of the API viewer. See:
31
# https://github.com/jenkinsci/job-dsl-plugin/pull/1270
0 commit comments