diff --git a/.github/dependabot.yml b/.github/dependabot.yml index cdcc10c..03b4d66 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,10 +1,12 @@ -# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates ---- +# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates + version: 2 updates: - - package-ecosystem: "maven" - directory: "/" - labels: - - "dependencies" - schedule: - interval: "weekly" +- package-ecosystem: maven + directory: / + schedule: + interval: monthly +- package-ecosystem: github-actions + directory: / + schedule: + interval: monthly diff --git a/pom.xml b/pom.xml index 53f64ec..a80f1e0 100644 --- a/pom.xml +++ b/pom.xml @@ -44,13 +44,14 @@ 1.4 -SNAPSHOT jenkinsci/artifactdeployer-plugin - 2.361.4 + 2.361 + ${jenkins.baseline}.4 High - scm:git:https://github.com/${gitHubRepo}.git + scm:git:https://github.com/${gitHubRepo}.git scm:git:ssh://git@github.com/${gitHubRepo}.git https://github.com/${gitHubRepo} ${scmTag} @@ -60,7 +61,7 @@ io.jenkins.tools.bom - bom-2.361.x + bom-${jenkins.baseline}.x 2102.v854b_fec19c92 import pom @@ -88,7 +89,6 @@ atlassian-public https://maven.atlassian.com/repository/public -