Skip to content

Commit

Permalink
Configure Renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
strangelookingnerd committed Jun 17, 2024
1 parent 376e52c commit da74d91
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/dependabot.yml

This file was deleted.

27 changes: 27 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"automerge": true,
"extends": [
"config:base",
":semanticCommitsDisabled"
],
"reviewers": [
"team:badge-plugin-developers"
],
"labels": [
"dependencies"
],
"rebaseWhen": "conflicted",
"regexManagers": [
{
"fileMatch": [
".mvn/extensions.xml"
],
"matchStrings": [
"<version>(?<currentValue>.*?)<\/version>"
],
"depNameTemplate": "io.jenkins.tools.incrementals:git-changelist-maven-extension",
"datasourceTemplate": "maven"
}
]
}

0 comments on commit da74d91

Please sign in to comment.