Skip to content

Commit

Permalink
chore(config): migrate config renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 21, 2025
1 parent 1bc3609 commit a58e45c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"config:recommended",
"docker:pinDigests"
],
"packageRules": [
{
"matchDatasources": ["docker"],
"matchPackageNames": ["node"],
"matchDatasources": [
"docker"
],
"matchPackageNames": [
"node"
],
"versionCompatibility": "^(?<version>[^-]+)(?<compatibility>-.*)?$",
"versioning": "node"
}
Expand Down

0 comments on commit a58e45c

Please sign in to comment.