Compare commits

...

2 Commits

Author SHA1 Message Date
b68c6f9ee5 Update node Docker tag to v23
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2025-03-29 14:12:26 +00:00
769baa49f1 Update renovate.json
All checks were successful
continuous-integration/drone/push Build is passing
2025-03-29 12:57:49 +00:00
2 changed files with 6 additions and 7 deletions

View File

@ -14,7 +14,7 @@ steps:
- cargo test
- name: app_deploy
image: node:22
image: node:23
environment:
AWS_ACCESS_KEY_ID:
from_secret: AWS_ACCESS_KEY_ID

View File

@ -1,9 +1,8 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
"automerge": true
}
"extends": [
":automergeAll",
":enableVulnerabilityAlerts",
":ignoreUnstable"
]
}
}