## Description Adds dependabot support to `corso/src` (go). Adds dependabot support to `corso/website` (npm). Adds dependabot support to `corso/docs` (npm). Adds dependabot support to `corso` for actions as well. Warning that dependabot emails can get noisy so everyone may need to add email rules/update repository notifications 😭 ~PR limit of `5` here to test and we can increase as needed.~ Working well in `ark`. Increased to 50 w/ auto-merge. ## Type of change Please check the type of change your PR introduces: - [ ] 🌻 Feature - [ ] 🐛 Bugfix - [ ] 🗺️ Documentation - [ ] 🤖 Test - [ ] 🐹 Trivial/Minor - [x] 💰 Tech Debt ## Linear Issue(s) <!-- use one of the following "magic words" - "closes, fixes" to link to the Linear issue. Can reference multiple issues--> - Fixes ALC-541 ## Test Plan Merge and see what happens (no way to currently test dependabot config). <!-- How will this be tested prior to merging.--> - [ ] 💪 Manual - [ ] ⚡ Unit test - [ ] 💚 E2E - [x] ❌ TEST IN PROD 👀
5 lines
210 B
YAML
5 lines
210 B
YAML
# auto-merge config file (see https://github.com/marketplace/actions/dependabot-auto-merge#configuration-file-syntax)
|
|
- match:
|
|
dependency_type: all
|
|
update_type: "semver:minor" # includes patch updates!
|