Skip to content

Commit

Permalink
Ignore k8s.io/{cli-runtime,cluster-bootstrap} by dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
afritzler committed Apr 25, 2024
1 parent b879a36 commit 1f55072
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ updates:
- dependency-name: "k8s.io/component-base"
- dependency-name: "k8s.io/kube-aggregator"
- dependency-name: "k8s.io/kubectl"
- dependency-name: "k8s.io/cli-runtime"
- dependency-name: "k8s.io/cluster-bootstrap"
- dependency-name: "sigs.k8s.io/controller-runtime"
- package-ecosystem: "github-actions"
directory: "/"
Expand Down
6 changes: 6 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ autolabeler:
- '/feature\/.+/'
body:
- '/JIRA-[0-9]{1,4}/'
- label: 'enhancement'
branch:
- '/enh\/.+/'
- label: 'chore'
branch:
- '/chore\/.+/'
template: |
## Changes
$CHANGES

0 comments on commit 1f55072

Please sign in to comment.