Skip to content

Commit

Permalink
fix(mise): add config filenames (renovatebot#30283)
Browse files Browse the repository at this point in the history
  • Loading branch information
risu729 authored Jul 21, 2024
1 parent 0e330ea commit bd181d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/modules/manager/mise/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion lib/modules/manager/mise/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit bd181d5

Please sign in to comment.