Skip to content

Commit

Permalink
modify regex pattern for reloaderf
Browse files Browse the repository at this point in the history
  • Loading branch information
outductor committed Dec 13, 2023
1 parent e69053c commit caf5615
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,15 @@
"depNameTemplate": "itzg/minecraft-server",
"extractVersionTemplate": "^(?<version>\\d+\\.\\d+\\.\\d+)-.*",
"datasourceTemplate": "docker"
},
{
"fileMatch": ["^kustomization\\.yaml$"],
"matchStrings": [
"github\\.com/stakater/Reloader/deployments/kubernetes\\?ref=v(?<currentValue>[^&]+)&submodules=false"
],
"datasource": "github-tags",
"depNameTemplate": "stakater/Reloader",
"versioning": "semver"
}
]
}
}

0 comments on commit caf5615

Please sign in to comment.