Skip to content

Commit

Permalink
Fix renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi authored Mar 2, 2024
1 parent 297b268 commit a1e1e2c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"fileMatch": ["Dockerfile"],
"matchStrings": ["curl-(?<currentValue>\\d+\\.\\d+\\.\\d+)\\.tar\\.gz"],
"datasourceTemplate": "github-releases",
"depNameTemplate": "curl/curl",
"versioningTemplate": "regex:^(?:curl-)?(?<major>\\d+)[_.](?<minor>\\d+)[_.](?<patch>\\d+)$"
"depNameTemplate": "curl/curl-container",
"versioningTemplate": "regex:^?(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)$"
}
]
}
}

0 comments on commit a1e1e2c

Please sign in to comment.