aboutsummaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
AgeCommit message (Collapse)Author
2024-07-15chore: Change dependabot PR interval to monthly (#977)GeckoEidechse
to reduce the number of PRs it creates
2024-04-15chore: Change dependabot PR interval to weekly (#899)GeckoEidechse
Daily pull requests are a bit too frequent and just spam the list of PRs.
2023-10-09build: Add npm packge in root dir to bot config (#600)GeckoEidechse
The repo root dir also has a `package.json` which contains the necessary build tools. We wanna keep those up-to-date as well.
2023-08-20chore: Fix typo in dependabot config file commentGeckoEidechse
2023-08-03build: Add dependabot config (#358)GeckoEidechse
Adds config for running dependabot to make PRs whenever some dependency is outdated. Should check both Rust and NodeJS dependencies.