Skip to content

Commit

Permalink
chore(renovate): LTS node versioning, pin digests
Browse files Browse the repository at this point in the history
  • Loading branch information
bo0tzz committed Nov 28, 2023
1 parent 57f4e1b commit 8b6de20
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"config:base",
"docker:pinDigests"
],
"packageRules": [
{
"matchDatasources": ["docker"],
"matchPackageNames": ["node"],
"versionCompatibility": "^(?<version>[^-]+)(?<compatibility>-.*)?$",
"versioning": "node"
}
]
}

0 comments on commit 8b6de20

Please sign in to comment.