Skip to content
Open
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
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ updates:
commit-message:
prefix: 'build(deps)'
prefix-development: 'build(deps-dev)'
allow:
Copy link
Member

Choose a reason for hiding this comment

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

Can you elaborate on your intent here?
With this change we'd never get automated updates anymore for minor or major updates.

Also, at least according to the documentation the allow property does not support update-type

Copy link
Author

Choose a reason for hiding this comment

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

Actually, I wanted to add automerge so that PRs that have passed verification could be merged automatically.
Or does someone have to necessarily check these PRs and give approval? Or should we add automerge after all?

- dependency-type: 'all'
update-type: 'version-update:semver-patch'

- package-ecosystem: 'github-actions'
directory: '/'
Expand All @@ -20,3 +23,6 @@ updates:
commit-message:
prefix: 'build(deps)'
prefix-development: 'build(deps-dev)'
allow:
- dependency-type: 'all'
update-type: 'version-update:semver-patch'