Skip to content

Commit

Permalink
Ignore some k8s libs in dependabot config
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Pavlov <[email protected]>
  • Loading branch information
Kshatrix committed May 23, 2024
1 parent 6ce8169 commit 74d3cea
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ updates:
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 3
open-pull-requests-limit: 5
ignore:
- dependency-name: k8s.io/apimachinery
- dependency-name: k8s.io/client-go
- dependency-name: k8s.io/controller-runtime
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 3
open-pull-requests-limit: 5
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
- '**.md'

env:
GO_VERSION: '1.22'
GO_VERSION: '1.21'

jobs:
build:
Expand Down

0 comments on commit 74d3cea

Please sign in to comment.