Skip to content

Commit

Permalink
first jbang-catalog renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
maxandersen committed Oct 19, 2023
1 parent fdecc62 commit ef22d36
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@
"//DEPS ((?<depName>.+:.+):(?<currentValue>[^$].+))(\\@\\w+)?"
],
"datasourceTemplate": "maven"
},
{
"fileMatch": ".?jbang-catalog.json",
"matchStrings": [
"\"(?<depName>.+):(\\${.+:(?<currentValue>[^ }]+)})\"",
"\"((?<depName>.+:.+):(?<currentValue>[^$].+))(\\@\\w+)?\""
],
"datasourceTemplate": "maven"
}
]
}

0 comments on commit ef22d36

Please sign in to comment.