Skip to content

Commit

Permalink
renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
krrrr38 committed Jan 5, 2023
1 parent bb6642c commit 0a99107
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
# muffet (https://github.com/raviqqe/muffet) to perform the link check.
website_link_check:
docker:
- image: cimg/node:18.12.1
- image: cimg/node:18.12.0
environment:
# renovate: datasource=github-releases depName=raviqqe/muffet
MUFFET_VERSION: 2.6.2
Expand Down
6 changes: 4 additions & 2 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@
"config:base",
"schedule:earlyMondays"
],
includeForks: true,
renovateFork: true,
automerge: false,
platformAutomerge: false,
labels: ["dependencies"],
postUpdateOptions: ["gomodTidy", "yarnDedupeHighest"],
postUpdateOptions: ["gomodTidy", "gomodUpdateImportPaths", "yarnDedupeHighest"],
prHourlyLimit: 0,
prConcurrentLimit: 5,
packageRules: [
Expand Down Expand Up @@ -39,7 +41,7 @@
{
// use LTS node version for node docker image
matchDatasources: ["docker"],
matchPackageNames: ["node"],
matchPackageNames: ["node", "cimg/node"],
versioning: "node",
},
],
Expand Down

0 comments on commit 0a99107

Please sign in to comment.