Skip to content
Snippets Groups Projects
Unverified Commit bd181d5a authored by Risu's avatar Risu Committed by GitHub
Browse files

fix(mise): add config filenames (#30283)

parent 0e330ea7
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ export { extractPackageFile } from './extract';
export const displayName = 'mise';
export const defaultConfig = {
fileMatch: ['(^|/)\\.mise\\.toml$'],
fileMatch: ['(^|/)\\.?mise\\.toml$', '(^|/)\\.?mise/config\\.toml$'],
};
// Re-use the asdf datasources, as mise and asdf support the same plugins.
......
......@@ -7,7 +7,7 @@ Renovate's `mise` manager can version these tools:
### Renovate only updates primary versions
Renovate's `mise` manager is designed to automatically update the _first_ (primary) version listed for each tool in the `mise.toml` file.
Renovate's `mise` manager is designed to automatically update the _first_ (primary) version listed for each tool in the `.mise.toml` file.
Secondary or fallback versions require manual updates.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment