Skip to content

Commit cf16ad5

Browse files
authored
chore(renovate): stop updating max-sixty/tend and workflow node version (#183)
2 parents 13803fc + 908d39c commit cf16ad5

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/renovate.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,18 @@
5555
"matchManagers": ["npm"],
5656
"matchPackageNames": ["@types/vscode"],
5757
"allowedVersions": "1.85.0"
58+
},
59+
{
60+
"description": "tend manages its own action version (the tend bot opens its own update PRs); don't let Renovate bump max-sixty/tend",
61+
"matchManagers": ["github-actions"],
62+
"matchPackageNames": ["max-sixty/tend"],
63+
"enabled": false
64+
},
65+
{
66+
"description": "Node version is governed by devEngines in package.json; don't let Renovate bump node in GitHub Actions workflows",
67+
"matchManagers": ["github-actions"],
68+
"matchPackageNames": ["node"],
69+
"enabled": false
5870
}
5971
]
6072
}

0 commit comments

Comments
 (0)