Skip to content

Commit

Permalink
Merge pull request #48 from donpenney/enable-dependabot
Browse files Browse the repository at this point in the history
CNF-16110: Add dependabot.yml config
  • Loading branch information
openshift-merge-bot[bot] authored Dec 10, 2024
2 parents d38855b + 0c0f581 commit 03e78bd
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
# Go modules
- package-ecosystem: "gomod"
directory: "/" # Location of package manifests
schedule:
interval: "daily"
open-pull-requests-limit: 5
groups:
k8s:
patterns: [ "k8s.io/*", "sig.k8s.io/*" ]
update-types: [ "major", "minor", "patch" ]
golang:
patterns: [ "golang.org/*" ]
update-types: [ "major", "minor", "patch" ]
ignore:
- match:
# the oran-o2ims version is hand-managed
dependency_name: "github.com/openshift-kni/oran-o2ims/api/hardwaremanagement"
#ignore:
# - dependency-name: "*"
# update-types: ["version-update:semver-patch"]

0 comments on commit 03e78bd

Please sign in to comment.