Skip to content

Weekly Auto-PR via Dependabot for updating dependancies #52

@alextreme

Description

@alextreme

Thema / Theme

Other

Omschrijving / Description

Discussed with @sergei-maertens . Most of our Maykin / Team Bron repositories make use of the dependabot alerts, however we disable the default PR-creating feature of dependabot because you get 1 PR per security update which drives everyone insane.

I'd like to try out configuring Dependabot in a smarter way, namely to auto-create on a weekly basis a single PR to update all pypi dependancies in one go. This seems possible via the groups mechanism:

https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#groups

Example 3 shows how this can be done on a weekly basis for npm:

https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#example-3

This should reduce the amount of noise and help us out into autopatching of dependancies with security advisories. Maybe updates should be limited to minor+patch versions to avoid automatically taking major version upgrades into this PR.

The same could also be done for npm dependancies if applicable. Please experiment with configuring dependabot via the yml file

Toegevoegde waarde / Added value

No response

Aanvullende opmerkingen / Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions