Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(ci,docker): Renovate config updated + config linter added; CI updated #81

Merged
merged 3 commits into from
Feb 7, 2025

Conversation

tarampampam
Copy link
Contributor

$ docker run --rm -ti -v "$(pwd):/src" -w /src node:alpine sh

/src # npx --yes --package renovate -- renovate-config-validator --strict ./.github/renovate.json
 INFO: Validating ./.github/renovate.json
 WARN: Config migration necessary
       "oldConfig": {
         "$schema": "https://docs.renovatebot.com/renovate-schema.json",
         "extends": [
           "config:base",
           ":disableDependencyDashboard",
           ":semanticCommitType(chore)"
         ],
         "assignees": ["jetexe"],
         "labels": ["dependencies"]
       },
       "newConfig": {
         "$schema": "https://docs.renovatebot.com/renovate-schema.json",
         "extends": [
           "config:recommended",
           ":disableDependencyDashboard",
           ":semanticCommitType(chore)"
         ],
         "assignees": ["jetexe"],
         "labels": ["dependencies"]
       }

@tarampampam tarampampam changed the title chore(ci,docker): Renovate config updated, renovate config linter added chore(ci,docker): Renovate config updated + config linter added; CI updated Feb 7, 2025
@jetexe jetexe merged commit bc364ed into jetexe:main Feb 7, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants