Uh oh!
There was an error while loading. Please reload this page.
Add dependabot - #5435
Conversation
@UlisesGascon you can also set pull request limit and timezone, that would be nice! |
UlisesGascon
commented
Feb 9, 2024
Feel free to add a suggestion in the PR directly @shivam-sharma7 👍 |
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Shivam Sharma <meshivam81@gmail.com>
wesleytodd
commented
Feb 9, 2024
Hey, I just wanted to drop a note in here (I haven't had time to review yet) but we had talked about different approaches to dependency updates for |
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as off-topic.
This comment was marked as off-topic.
wesleytodd
commented
Nov 18, 2024
Discussed on our security call just now. We proposed (and agreed to on the call) to only update github actions with dependabot. Additionally we discussed that folks need to be careful about merging those, especially when updating third party community actions. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
jonchurch
commented
Feb 3, 2025
bjohansebas
commented
Feb 3, 2025
I would suggest blocking Dependabot from making major updates to the packages |
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Sebastian Beltran <bjohansebas@gmail.com>
Co-authored-by: Sebastian Beltran <bjohansebas@gmail.com>
Co-authored-by: Sebastian Beltran <bjohansebas@gmail.com>
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
bjohansebas
commented
Feb 19, 2025
Removed from the agenda, It can continue offline if necessary, although I think it can be merged now |
wesleytodd
commented
Mar 5, 2025
@UlisesGascon we good to merge this? I don't see an update from you in a while, but I assume with the approvals and considerations resolved we are good to go? |
UlisesGascon
commented
Mar 11, 2025
Yep! All clear, I will merge it :) |
Main Changes
The dependabot will check for available updates for the dependencies that we use in the project. In the current setup it will generate PRs once per week if the are new versions for our dependencies (npm and Github Actions).
We can remove npm and limit it to Github Actions, as well we can modify the frequency.
The dependabot is capable of follow the pin version schema introduced in #5432, so it will be able to upgrade and pin the GIthub actions accordantly.
The configuration is very flexible, see the documentation
Context
Changelog