aboutsummaryrefslogtreecommitdiffstats
path: root/.github/dependabot.yml
Commit message (Collapse)AuthorAgeFilesLines
* dependabot.yml: remove mockery from ignore listTaras Madan2024-11-071-3/+0
| | | | | For some reason dependabot stopped to create PRs again. I think it happened after this change. Let's check this assumption.
* dependabot.yml: let's ignore mockeryTaras Madan2024-11-061-0/+3
| | | | Mockery requires manual changes in ./tools/mockery.sh.
* dependabot.yml: limit to max 5 PRsTaras Madan2024-11-061-1/+1
| | | | | Merging the dependency update we trigger rebase and retest for other PRs. Reducing the amount of PRs we reduce ARC pressure.
* dependabot.yml: revert changes, don't use groupsTaras Madan2024-11-061-8/+0
| | | | | For some reason dependabot doesn't create PRs for group updates. We have a tracking issue for it. Let's disable grouping for now.
* dependabot.yml: remove dash from the namesTaras Madan2024-11-051-1/+1
| | | | | https://github.com/dependabot/dependabot-core/issues/7542#issuecomment-1664438228 It may be the root cause.
* dependabot.yml: group easy to update dependenciesTaras Madan2024-10-021-0/+8
|
* dependabot: use monthly scheduleDmitry Vyukov2024-01-181-2/+7
| | | | We are getting too many PRs too often to react on all.
* dependabot.yml: fix config parsing errorTaras Madan2023-07-211-2/+2
| | | | I think it currently doesn't work.
* .github: included dependabotnathan-4152022-03-241-0/+12
Enable dependabot to get security updates and if needed version updates on dependencies.