-
Notifications
You must be signed in to change notification settings - Fork 300
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into 213-migrate-to-cri-log-format
- Loading branch information
Showing
3 changed files
with
64 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
## Expected Behavior | ||
|
||
|
||
## Actual Behavior | ||
|
||
|
||
## Steps to Reproduce the Problem | ||
|
||
1. | ||
1. | ||
1. | ||
|
||
## Specifications | ||
|
||
- Version: | ||
- Platform: | ||
- Subsystem: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Fixes # | ||
|
||
## Proposed Changes | ||
|
||
- | ||
- | ||
- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: gomod | ||
directory: "/" | ||
schedule: | ||
interval: 'weekly' | ||
labels: | ||
- 'dependabot' | ||
open-pull-requests-limit: 5 | ||
groups: | ||
# We are less concerned about the minor dependencies | ||
minor-dependencies: | ||
patterns: | ||
- "*" | ||
# Skip docker and k8 dependencies. We want to manually keep an eye on these | ||
exclude-patterns: | ||
- "*/docker/*" | ||
- "*/moby/*" | ||
- "*/opencontainers/*" | ||
- "*/cri-api/*" | ||
- "*/kubernetes/*" | ||
- package-ecosystem: gomod | ||
directory: "/" | ||
schedule: | ||
interval: 'monthly' | ||
labels: | ||
- 'dependabot' | ||
open-pull-requests-limit: 5 | ||
reviewers: | ||
- 'nwneisen' | ||
- 'neersighted' | ||
groups: | ||
# Our major dependencies are only done as a reminder. These should be manually checked | ||
major-dependencies: | ||
patterns: | ||
- "*/docker/*" | ||
- "*/moby/*" | ||
- "*/opencontainers/*" | ||
- "*/cri-api/*" | ||
- "*/kubernetes/*" |