Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Customize renovate commit messages
Browse files Browse the repository at this point in the history
swiatekm committed Nov 10, 2024

Verified

This commit was signed with the committer’s verified signature.
swiatekm Mikołaj Świątek
1 parent 5d654db commit 1486554
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -25,5 +25,18 @@
"# renovate: datasource=(?<datasource>[a-z-.]+?) depName=(?<depName>[^\\s]+?)(?: (?:packageName)=(?<packageName>[^\\s]+?))?(?: versioning=(?<versioning>[^\\s]+?))?(?: extractVersion=(?<extractVersion>[^\\s]+?))?(?: registryUrl=(?<registryUrl>[^\\s]+?))?\\s+[A-Za-z0-9_]+?_VERSION\\s*:*\\??=\\s*[\"']?(?<currentValue>.+?)[\"']?\\s"
]
}
],
"packageRules": [
{
"matchDatasources": ["golang-version"],
"matchManagers": ["regex"],
"matchFileNames": [".github/workflows/*.yaml", ".github/workflows/*.yml"],
"commitMessageTopic": "go version in CI"
},
{
"matchManagers": ["regex"],
"matchFileNames": ["Makefile"],
"commitMessageTopic": "tool {{depName}}"
}
]
}

0 comments on commit 1486554

Please sign in to comment.