Skip to content
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
30 changes: 7 additions & 23 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,5 @@
version: 2
updates:
# Keep everything on the main branch up-to-date.
- package-ecosystem: npm
directory: /
schedule:
interval: daily
cooldown:
default-days: 7
- package-ecosystem: docker
directory: /docker
schedule:
interval: daily
cooldown:
default-days: 7
- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
cooldown:
default-days: 7
# Receive minor and patch updates on latest release branch.
# Ignore minor releases for NPM since they may ship breaking
# changes, and we don't have the test coverage in place to
# detect that in CI.
- package-ecosystem: npm
target-branch: 4.14.x
directory: /
Expand All @@ -46,3 +23,10 @@ updates:
- dependency-name: "*"
update-types:
- version-update:semver-major
- package-ecosystem: github-actions
target-branch: 4.14.x
directory: /
schedule:
interval: daily
cooldown:
default-days: 7
Comment thread
nscuro marked this conversation as resolved.
Loading