Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

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 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
@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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant