diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 6356eb50..03b4d66f 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -1,16 +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: "monthly"
- - package-ecosystem: "github-actions"
- directory: "/"
- labels:
- - "skip-changelog"
- schedule:
- interval: "monthly"
+- package-ecosystem: maven
+ directory: /
+ schedule:
+ interval: monthly
+- package-ecosystem: github-actions
+ directory: /
+ schedule:
+ interval: monthly
diff --git a/pom.xml b/pom.xml
index 2e2cb1d6..dbc705e8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,7 +18,8 @@
999999-SNAPSHOT
jenkinsci/${project.artifactId}-plugin
- 2.440.3
+ 2.440
+ ${jenkins.baseline}.3
Max
4.0
@@ -68,7 +69,7 @@
io.jenkins.tools.bom
- bom-2.440.x
+ bom-${jenkins.baseline}.x
3435.v238d66a_043fb_
import
pom