File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -61,3 +61,29 @@ updates:
61
61
update-types : [ "version-update:semver-major" ]
62
62
- dependency-name : " *"
63
63
update-types : [ "version-update:semver-major", "version-update:semver-minor" ]
64
+
65
+ # GitHub Actions
66
+
67
+ - package-ecosystem : github-actions
68
+ target-branch : " main"
69
+ milestone : 154
70
+ directory : " /"
71
+ schedule :
72
+ interval : weekly
73
+ - package-ecosystem : github-actions
74
+ target-branch : " 3.2.x"
75
+ milestone : 152
76
+ directory : " /"
77
+ schedule :
78
+ interval : weekly
79
+ - package-ecosystem : github-actions
80
+ target-branch : " 3.1.x"
81
+ milestone : 151
82
+ directory : " /"
83
+ schedule :
84
+ interval : weekly
85
+ - package-ecosystem : github-actions
86
+ target-branch : " docs-build"
87
+ directory : " /"
88
+ schedule :
89
+ interval : weekly
You can’t perform that action at this time.
0 commit comments