Commit bd181d5 1 parent 0e330ea commit bd181d5 Copy full SHA for bd181d5
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ export { extractPackageFile } from './extract';
5
5
export const displayName = 'mise' ;
6
6
7
7
export const defaultConfig = {
8
- fileMatch : [ '(^|/)\\.mise\\.toml$' ] ,
8
+ fileMatch : [ '(^|/)\\.? mise\\.toml$' , '(^|/)\\.?mise/config \\.toml$'] ,
9
9
} ;
10
10
11
11
// Re-use the asdf datasources, as mise and asdf support the same plugins.
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Renovate's `mise` manager can version these tools:
7
7
8
8
### Renovate only updates primary versions
9
9
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.
11
11
12
12
Secondary or fallback versions require manual updates.
13
13
You can’t perform that action at this time.
0 commit comments