jbang icon indicating copy to clipboard operation
jbang copied to clipboard

Renovate bot support for jbang

Open maxandersen opened this issue 2 years ago • 1 comments

Would be nice if jbang was supported by renovate bot.

Just found they recently added kotlin script support which would be very similar.

https://github.com/renovatebot/renovate/issues/16662

Anyone with some typescript experience up for implementing it?

maxandersen avatar Jan 29 '23 10:01 maxandersen

(This issue is on the first google hits on "renovate jbang" - I think, this can be closed)

renovate updates my JBang script. I have renovate.json in the root with following content:

{
  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
  "extends": [
    "github>jbanghub/.github"
  ]
}

This points to https://github.com/jbanghub/.github/blob/main/default.json

koppor avatar Jun 01 '25 08:06 koppor