Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dependabot.yml: update Dependabot config to use grouped updates #30

Merged
merged 1 commit into from
May 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 22 additions & 29 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,49 +1,42 @@
# This file is synced from the `.github` repository, do not modify it directly.
version: 2

updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
time: "14:30"
timezone: Europe/London
Comment on lines +8 to +9
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Optional, not a blocker: I think it'd be nice to avoid customising things unless they really have to be here. Nicer to be as consistent across the organisation as possible.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have opened #35 for this

allow:
- dependency-type: all
# The actions in triage-issues.yml are updated in the Homebrew/.github repo
ignore:
- dependency-name: actions/stale
- dependency-name: dessant/lock-threads
commit-message:
prefix: workflows

- package-ecosystem: bundler
directory: /
schedule:
interval: daily
time: "14:30"
timezone: Europe/London
allow:
- dependency-type: all

- package-ecosystem: npm
directory: /
schedule:
interval: daily
allow:
- dependency-type: all

- package-ecosystem: docker
directory: /
schedule:
interval: daily
allow:
- dependency-type: all

- package-ecosystem: devcontainers
directory: /
schedule:
interval: daily
allow:
- dependency-type: all

- package-ecosystem: pip
directory: /
schedule:
interval: daily
allow:
- dependency-type: all
Comment on lines -22 to -49
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Blocker: Please leave this in. They are essentially no-ops and will catch if anything relevant is added in future.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have opened #34 for this

commit-message:
prefix: Gemfile.lock
groups:
security:
applies-to: security-updates
patterns:
- "*"
major:
applies-to: version-updates
update-types:
- major
minor-patch:
applies-to: version-updates
update-types:
- minor
- patch