jbergstroem / hadolint-gh-action

A hadolint linter for github actions that provides code annotations (and more)
MIT License
12 stars 5 forks source link

chore(doc): hadolint 2.12.0 #107

Closed jbergstroem closed 1 year ago

jbergstroem commented 1 year ago

I would have preferred renovatebot helping out here, but that implies I need to self-host to run commands safely. Something like this should work:

  "postUpgradeTasks": {
    "fileFilters": ["README.md"],
    "commands": [
      "sed -ie 's/`{{{currentVersion}}}`/`{{{newVersion}}}/g' README.md"
    ]
  }