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

Optimize renovate config #22

Merged
merged 5 commits into from Feb 1, 2022
Merged

Optimize renovate config #22

merged 5 commits into from Feb 1, 2022

Conversation

Goooler
Copy link
Owner

@Goooler Goooler commented Feb 1, 2022

@Goooler
Copy link
Owner Author

Goooler commented Feb 1, 2022

Deps under buildSrc have not been upgraded automatically, see renovatebot/renovate/issues/13295.

@Goooler Goooler changed the title Configure renovate Configure renovate a bit Feb 1, 2022
@Goooler
Copy link
Owner Author

Goooler commented Feb 1, 2022

Now: https://docs.renovatebot.com/renovate-schema.json

"gradle": {
    "description": "Configuration object for the gradle manager",
    "type": "object",
    "default": {
    "fileMatch": [
        "\\.gradle(\\.kts)?$",
        "(^|\\/)gradle\\.properties$",
        "(^|\\/)gradle\\/.+\\.toml$",
        "\\.versions\\.toml$"
    ],
    "timeout": 600,
    "versioning": "gradle"
    },
    "$ref": "#"
},

@Goooler Goooler changed the title Configure renovate a bit Optimize renovate config Feb 1, 2022
Comment on lines +5 to +12
"regexManagers": [
{
"fileMatch": [
"(^|/)buildSrc/.*"
],
"datasourceTemplate": "gradle"
}
],
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Goooler Goooler added this to In progress in Roadmap via automation Feb 1, 2022
@Goooler Goooler added this to the 1.5.0 milestone Feb 1, 2022
@Goooler Goooler added dependencies Pull requests that update a dependency file enhancement New feature or request labels Feb 1, 2022
@Goooler Goooler merged commit 0e74834 into kotlin Feb 1, 2022
Roadmap automation moved this from In progress to Done Feb 1, 2022
@Goooler Goooler deleted the renovate branch February 1, 2022 15:23
@Goooler
Copy link
Owner Author

Goooler commented Feb 1, 2022

An issue with the syntax, #23.

@Goooler
Copy link
Owner Author

Goooler commented Feb 1, 2022

@renovate-bot check

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file enhancement New feature or request
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

1 participant