File tree Expand file tree Collapse file tree 2 files changed +32
-7
lines changed Expand file tree Collapse file tree 2 files changed +32
-7
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ {
2
+ "$schema" : "https://docs.renovatebot.com/renovate-schema.json" ,
3
+ "extends" : [
4
+ "config:recommended"
5
+ ] ,
6
+ "packageRules" : [
7
+ {
8
+ "matchManagers" : [ "github-actions" ] ,
9
+ "matchUpdateTypes" : [
10
+ "major" ,
11
+ "minor" ,
12
+ "patch"
13
+ ] ,
14
+ "groupName" : "github actions"
15
+ } ,
16
+ {
17
+ "packagePatterns" : [ "ubuntu" ] ,
18
+ "managers" : [ "github-actions" ] ,
19
+ "enabled" : false
20
+ } ,
21
+ {
22
+ "matchUpdateTypes" : [ "patch" ] ,
23
+ "enabled" : true ,
24
+ "minimumReleaseAge" : "14" ,
25
+ // Check for updates on the 1st of the month between midnight and 4am
26
+ "schedule" : [ "* 0-4 1 * *" ]
27
+ }
28
+ ] ,
29
+ "labels" : [ "dependencies" ] ,
30
+ "dependencyDashboard" : false ,
31
+ "assigneesFromCodeOwners" : true
32
+ }
You can’t perform that action at this time.
0 commit comments