Skip to content

Commit

Permalink
fix(renovate): use our default config
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidePrincipi committed Feb 21, 2025
1 parent d6b7e81 commit e3d327a
Showing 1 changed file with 1 addition and 23 deletions.
24 changes: 1 addition & 23 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,9 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"ignorePaths": [
"**/ui/**"
"local>NethServer/.github:ns8"
],
"regexManagers": [
{
"fileMatch": [
"test-module.sh"
],
"matchStrings": [
"ghcr\\.io/marketsquare/robotframework-browser/rfbrowser-stable:(?<currentValue>[^\\s]+)"
],
"depNameTemplate": "MarketSquare/robotframework-browser",
"datasourceTemplate": "github-releases"
},
{
"fileMatch": [
"build-images.sh"
],
"matchStrings": [
"\\bdocker\\.io/(?<depName>.+):(?<currentValue>[-0-9\\.a-z]+)"
],
"datasourceTemplate": "docker"
},
{
"fileMatch": [
"build-images.sh"
Expand Down

0 comments on commit e3d327a

Please sign in to comment.