File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 // Extend a best-practices base preset
99 // See: https://github.com/mschoettle/renovate-presets#best-practices
1010 "github>mschoettle/renovate-presets//presets/best-practices.json5" ,
11+ // set timezone to local one to ensure schedules are run
12+ // https://docs.renovatebot.com/configuration-options/#timezone
13+ ":timezone(America/Toronto)" ,
14+ // https://docs.renovatebot.com/presets-customManagers/#custommanagersgithubactionsversions
15+ "customManagers:githubActionsVersions" ,
1116 ] ,
1217 // https://docs.renovatebot.com/configuration-options/#labels
1318 "labels" : [ "dependencies" ] ,
2732 "matchManagers" : [ "github-actions" ] ,
2833 "matchPackageNames" : [ "actions/upload-artifact" , "actions/download-artifact" ] ,
2934 } ,
35+ // Disable action pinning for our own actions and workflows
36+ {
37+ "matchDepTypes" : [
38+ "action"
39+ ] ,
40+ "pinDigests" : false ,
41+ "matchPackageNames" : [
42+ "opalmedapps/actions" ,
43+ "opalmedapps/.github" ,
44+ ] ,
45+ } ,
3046 ] ,
3147}
Original file line number Diff line number Diff line change 66 "$schema" : "https://docs.renovatebot.com/renovate-schema.json" ,
77 "extends" : [
88 "github>opalmedapps/.github//renovate-base.json5" ,
9- // set timezone to local one to ensure schedules are run
10- // https://docs.renovatebot.com/configuration-options/#timezone
11- ":timezone(America/Toronto)" ,
12- // https://docs.renovatebot.com/presets-customManagers/#custommanagersgithubactionsversions
13- "customManagers:githubActionsVersions" ,
149 ] ,
1510 // https://docs.renovatebot.com/configuration-options/#assignees
1611 "assignees" : [ ] ,
You can’t perform that action at this time.
0 commit comments