Skip to content

Commit

Permalink
ci(dependabot): configure dependabot updates (#648)
Browse files Browse the repository at this point in the history
* ci(dependabot): configure dependabot updates

Signed-off-by: Thuan Vo <[email protected]>

* ci(code-owner): add code owner configurations

* ci(dependabot): ignore all updates to openshift api

---------

Signed-off-by: Thuan Vo <[email protected]>
  • Loading branch information
tthvo authored Oct 18, 2023
1 parent d77a660 commit 8469ec6
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
go.mod @cryostatio/maintainers
go.sum @cryostatio/maintainers
22 changes: 22 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
version: 2

updates:
- package-ecosystem: gomod
directory: /
schedule:
interval: daily
reviewers:
- "cryostatio/reviewers"
labels:
- "dependencies"
- "chore"
- "safe-to-test"
open-pull-requests-limit: 20
ignore:
- dependency-name: k8s.io/*
update-types: ["version-update:semver-major", "version-update:semver-minor"]
- dependency-name: sigs.k8s.io/*
update-types: ["version-update:semver-major", "version-update:semver-minor"]
- dependency-name: github.com/openshift/api
- dependency-name: github.com/onsi/*
update-types: ["version-update:semver-major", "version-update:semver-minor"]

0 comments on commit 8469ec6

Please sign in to comment.