Commit dadf3d9
authored
chore(ci): split rollkit org deps out to reduce spam (#1868)
<!--
Please read and fill out this form before submitting your PR.
Please make sure you have reviewed our contributors guide before
submitting your
first PR.
NOTE: PR titles should follow semantic commits:
https://www.conventionalcommits.org/en/v1.0.0/
-->
## Overview
<!--
Please provide an explanation of the PR, including the appropriate
context,
background, goal, and rationale. If there is an issue with this
information,
please provide a tl;dr and link the issue.
Ex: Closes #<issue number>
-->
This PR adds updates to the dependabot config to address the PR spam.
We want to be pulling in rollkit dependency updates ASAP so dependabot
should trigger daily, however we care less about the frequency of
updates from other dependencies.
This PR splits our a daily and weekly update for the github actions and
gomod triggers. For rollkit owned dependencies, the trigger will remain
daily and both minor and patch updates will be grouped.
For non-rollkit updates, the trigger is reduced to weekly.
The wildcard dependency strings are based off of [this
commit](d385946)
and [this
commit](562c79e).
Dependabot docs REF:
https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#allow
We should watch this update for a week and then apply to other repos.1 parent 63ff092 commit dadf3d9
1 file changed
Lines changed: 31 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
3 | 16 | | |
4 | 17 | | |
5 | 18 | | |
6 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
7 | 35 | | |
8 | 36 | | |
9 | 37 | | |
| |||
17 | 45 | | |
18 | 46 | | |
19 | 47 | | |
20 | | - | |
| 48 | + | |
| 49 | + | |
21 | 50 | | |
22 | 51 | | |
23 | 52 | | |
| |||
26 | 55 | | |
27 | 56 | | |
28 | 57 | | |
| 58 | + | |
29 | 59 | | |
30 | 60 | | |
31 | 61 | | |
| |||
0 commit comments