File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# yaml-language-server: $schema=https://json.schemastore.org/dependabot-2.0.json
2- # docs: https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/customizing-dependency-updates
2+ # docs: https://docs.github.com/en/code-security/reference/supply-chain-security/dependabot-options-reference
33
44version : 2
55
66updates :
77 - package-ecosystem : github-actions
88 directory : /
9+ schedule : {interval: monthly, time: '02:00', timezone: 'Etc/UTC'}
10+ cooldown : {default-days: 2}
911 groups : {github-actions: {patterns: ['*']}}
10- schedule : {interval: monthly}
1112 assignees : [tarampampam]
1213
1314 - package-ecosystem : docker
1415 directory : /
16+ schedule : {interval: monthly, time: '02:00', timezone: 'Etc/UTC'}
17+ cooldown : {default-days: 2}
1518 groups : {docker: {patterns: ['*']}}
16- schedule : {interval: monthly}
1719 assignees : [tarampampam]
You can’t perform that action at this time.
0 commit comments