Skip to content

Commit

Permalink
Migrate renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Oct 7, 2024
1 parent ed02d7f commit 2d81cfe
Showing 1 changed file with 15 additions and 8 deletions.
23 changes: 15 additions & 8 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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": [
Expand All @@ -52,8 +52,9 @@
"labels": [
"dependencies"
],
"regexManagers": [
"customManagers": [
{
"customType": "regex",
"fileMatch": [
"src/main/java/org/jenkinsci/test/acceptance/FallbackConfig\\.java"
],
Expand All @@ -64,6 +65,7 @@
"datasourceTemplate": "maven"
},
{
"customType": "regex",
"fileMatch": [
"src/main/resources/ath-container/Dockerfile"
],
Expand All @@ -75,6 +77,7 @@
"datasourceTemplate": "custom.firefox"
},
{
"customType": "regex",
"fileMatch": [
"src/main/resources/ath-container/Dockerfile"
],
Expand All @@ -85,6 +88,7 @@
"datasourceTemplate": "github-releases"
},
{
"customType": "regex",
"fileMatch": [
"src/main/resources/ath-container/Dockerfile"
],
Expand All @@ -95,6 +99,7 @@
"datasourceTemplate": "maven"
},
{
"customType": "regex",
"fileMatch": [
"src/main/resources/ath-container/Dockerfile"
],
Expand All @@ -105,6 +110,7 @@
"datasourceTemplate": "github-releases"
},
{
"customType": "regex",
"fileMatch": [
"src/main/resources/ath-container/Dockerfile"
],
Expand All @@ -115,6 +121,7 @@
"datasourceTemplate": "docker"
},
{
"customType": "regex",
"fileMatch": [
"src/test/java/plugins/OicAuthPluginTest.java"
],
Expand Down

0 comments on commit 2d81cfe

Please sign in to comment.