Skip to content

Commit

Permalink
switch to using the renovatebot github app instead of the action (#20)
Browse files Browse the repository at this point in the history
* Delete .github/config.js

* Delete .github/workflows/renovatebot.yml

* Update renovate.json - add appVersion as thing renovatebot should care about

* Update renovate.json
  • Loading branch information
jessebot authored Nov 5, 2023
1 parent 016f9df commit da67229
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 59 deletions.
41 changes: 0 additions & 41 deletions .github/config.js

This file was deleted.

17 changes: 0 additions & 17 deletions .github/workflows/renovatebot.yml

This file was deleted.

11 changes: 10 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,14 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
]
],
"regexManagers": [
{
"fileMatch": ["(^|/)Chart\\.yaml$"],
"matchStrings": [
"#\\s?renovate: image=(?<depName>.*?)\\s?appVersion:\\s?\\\"?(?<currentValue>[\\w+\\.\\-]*)",
],
"datasourceTemplate": "docker"
},
]
}

0 comments on commit da67229

Please sign in to comment.