Skip to content

Commit bd181d5

Browse files
authored
fix(mise): add config filenames (#30283)
1 parent 0e330ea commit bd181d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/modules/manager/mise/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export { extractPackageFile } from './extract';
55
export const displayName = 'mise';
66

77
export const defaultConfig = {
8-
fileMatch: ['(^|/)\\.mise\\.toml$'],
8+
fileMatch: ['(^|/)\\.?mise\\.toml$', '(^|/)\\.?mise/config\\.toml$'],
99
};
1010

1111
// Re-use the asdf datasources, as mise and asdf support the same plugins.

lib/modules/manager/mise/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Renovate's `mise` manager can version these tools:
77

88
### Renovate only updates primary versions
99

10-
Renovate's `mise` manager is designed to automatically update the _first_ (primary) version listed for each tool in the `mise.toml` file.
10+
Renovate's `mise` manager is designed to automatically update the _first_ (primary) version listed for each tool in the `.mise.toml` file.
1111

1212
Secondary or fallback versions require manual updates.
1313

0 commit comments

Comments
 (0)