Skip to content

Commit

Permalink
ci: use Statnett org Renovate presets (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikgb authored Oct 7, 2023
1 parent 4555fa9 commit f010c5a
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,18 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
],
"ignorePaths": ["**/node_modules/**", "**/bower_components/**"],
"regexManagers": [
{
"fileMatch": [
".+\\.java",
],
"matchStrings": [
"renovate:\\s*datasource=(?<datasource>\\S+)\\s+depName=(?<depName>\\S+)(?:\\s+(package|lookup)Name=(?<packageName>\\S+))?(?:\\s+versioning=(?<versioning>\\S+))?(?:\\s+registryUrl=(?<registryUrl>\\S+))?\\n.+?_(?:VERSION|version|TAG|tag)\\s*[?=:]+\\s*\"?(?<currentValue>[^\" \\t\\n]+)\"?",
],
"versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}semver{{/if}}",
},
"extends": ["github>statnett/renovate-config"],
],
}

0 comments on commit f010c5a

Please sign in to comment.