Skip to content

Commit

Permalink
renovate trial
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood committed Mar 27, 2024
1 parent 1ef8e57 commit 8a977b5
Show file tree
Hide file tree
Showing 7 changed files with 50 additions and 0 deletions.
3 changes: 3 additions & 0 deletions node-packages/commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
"lint": "../eslint-config-lagoon-node/node_modules/.bin/eslint .",
"test": "jest"
},
"engines": {
"node": ">=20"
},
"devDependencies": {
"@types/amqp-connection-manager": "^2.0.12",
"@types/jest": "^29.5.12",
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
"node-packages/*",
"services/*"
],
"engines": {
"node": ">=20"
},
"devDependencies": {
"prettier": "^3.2.5",
"yarn-audit-fix": "^10.0.7"
Expand Down
32 changes: 32 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"$schema":"https://docs.renovatebot.com/renovate-schema.json",
"extends":["config:base"],
"packageRules":[
{
"groupName":"Golang module updates",
"matchManagers":["gomod"],
"enabled":false
},
{
"matchManagers":["github-actions"],
"groupName":"GitHub actions"
},
{
"matchManagers":["dockerfile"],
"groupName":"Dockerfile",
"enabled":false
},
{
"matchManagers":["composer"],
"groupName":"PHP Composer",
"enabled":false
},
{
"groupName":"npm package updates",
"matchManagers":["npm"],
"enabled":true
}
],
"constraints":{"go":"1.21"},
"postUpdateOptions":["gomodTidy","yarnDedupeHighest"]
}
3 changes: 3 additions & 0 deletions services/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
"keywords": [],
"author": "amazee.io <hello@amazee.io> (http://www.amazee.io)",
"license": "MIT",
"engines": {
"node": ">=20"
},
"dependencies": {
"@lagoon/commons": "4.0.0",
"@supercharge/request-ip": "^1.1.2",
Expand Down
3 changes: 3 additions & 0 deletions services/auth-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
"ext": "js,ts,json",
"exec": "yarn build && yarn start --inspect=0.0.0.0:9229"
},
"engines": {
"node": ">=20"
},
"dependencies": {
"axios": "^0.21.1",
"body-parser": "^1.18.2",
Expand Down
3 changes: 3 additions & 0 deletions services/webhook-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
"exec": "yarn build --incremental && yarn start --inspect=0.0.0.0:9229"
},
"license": "MIT",
"engines": {
"node": ">=20"
},
"dependencies": {
"@lagoon/commons": "4.0.0",
"amqp-connection-manager": "^1.3.5",
Expand Down
3 changes: 3 additions & 0 deletions services/webhooks2tasks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
"exec": "yarn build --incremental && yarn start --inspect=0.0.0.0:9229"
},
"license": "MIT",
"engines": {
"node": ">=20"
},
"dependencies": {
"@lagoon/commons": "4.0.0",
"amqp-connection-manager": "^1.4.2",
Expand Down

0 comments on commit 8a977b5

Please sign in to comment.