Skip to content

Commit

Permalink
Switch automating LTS version to renovate (#2585)
Browse files Browse the repository at this point in the history
  • Loading branch information
timja authored Oct 31, 2024
1 parent c17c463 commit 18d18df
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 139 deletions.
20 changes: 20 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,25 @@
"labels": [
"dependencies"
],
"packageRules": [
{
"packagePatterns": ["org.jenkins-ci.main:jenkins-war"],
"allowedVersions": "/^[0-9]+\\.[0-9]+\\.[0-9]+$/",
"registryUrls": ["https://repo.jenkins-ci.org/public/"]
}
],
"customManagers": [
{
"customType": "regex",
"fileMatch": [
"integrations/pom.xml"
],
"matchStrings": [
"<jenkins.version>(?<currentValue>.*?)</jenkins.version>"
],
"depNameTemplate": "org.jenkins-ci.main:jenkins-war",
"datasourceTemplate": "maven"
}
],
"rebaseWhen": "conflicted"
}
36 changes: 0 additions & 36 deletions .github/workflows/updatecli-action.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions updatecli/current-jenkins.ps1

This file was deleted.

32 changes: 0 additions & 32 deletions updatecli/update-jenkins.ps1

This file was deleted.

56 changes: 0 additions & 56 deletions updatecli/updatecli.d/update-integrations-jenkins.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions updatecli/values.yaml

This file was deleted.

0 comments on commit 18d18df

Please sign in to comment.