Skip to content

Commit

Permalink
Add :Seedling: to dependabot commit message and ignore kubernetes api…
Browse files Browse the repository at this point in the history
… changes
  • Loading branch information
kannon92 committed Nov 25, 2022
1 parent 7ab99e3 commit eaf4c23
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Expand Up @@ -23,5 +23,12 @@ updates:
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: ":seedling:"
labels:
- "ok-to-test"
# Ignore K8 packages as these are done manually
ignore:
- dependency-name: "k8s.io/api"
- dependency-name: "k8s.io/apiextensions-apiserver"
- dependency-name: "k8s.io/apimachinery"

0 comments on commit eaf4c23

Please sign in to comment.