From 2d81cfec72ac35a81e7314cff0aea0270bc5c8d3 Mon Sep 17 00:00:00 2001 From: Basil Crow Date: Mon, 7 Oct 2024 12:49:02 -0700 Subject: [PATCH] Migrate `renovate.json` --- .github/renovate.json | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 85fa06a58..487a03892 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,9 +1,9 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:base", + "config:recommended", ":semanticCommitsDisabled", - "schedule:earlyMondays" + "schedule:daily" ], "ignorePaths": [ "src/main/resources/org/jenkinsci/test/acceptance/docker/fixtures/FtpdContainer/Dockerfile", @@ -27,13 +27,13 @@ "matchPackageNames": [ "com.google.inject:guice" ], - "description": "We focus on Guice 6 until core adapts 7" + "description": "We focus on Guice 6 until core adopts 7" }, { - "matchPackagePatterns": [ - "selenium" - ], - "groupName": "Selenium" + "groupName": "Selenium", + "matchPackageNames": [ + "/selenium/" + ] }, { "matchDepNames": [ @@ -52,8 +52,9 @@ "labels": [ "dependencies" ], - "regexManagers": [ + "customManagers": [ { + "customType": "regex", "fileMatch": [ "src/main/java/org/jenkinsci/test/acceptance/FallbackConfig\\.java" ], @@ -64,6 +65,7 @@ "datasourceTemplate": "maven" }, { + "customType": "regex", "fileMatch": [ "src/main/resources/ath-container/Dockerfile" ], @@ -75,6 +77,7 @@ "datasourceTemplate": "custom.firefox" }, { + "customType": "regex", "fileMatch": [ "src/main/resources/ath-container/Dockerfile" ], @@ -85,6 +88,7 @@ "datasourceTemplate": "github-releases" }, { + "customType": "regex", "fileMatch": [ "src/main/resources/ath-container/Dockerfile" ], @@ -95,6 +99,7 @@ "datasourceTemplate": "maven" }, { + "customType": "regex", "fileMatch": [ "src/main/resources/ath-container/Dockerfile" ], @@ -105,6 +110,7 @@ "datasourceTemplate": "github-releases" }, { + "customType": "regex", "fileMatch": [ "src/main/resources/ath-container/Dockerfile" ], @@ -115,6 +121,7 @@ "datasourceTemplate": "docker" }, { + "customType": "regex", "fileMatch": [ "src/test/java/plugins/OicAuthPluginTest.java" ],