Skip to content

Commit

Permalink
Merge pull request #4652 from kranurag7/kr/use-seedling-prefix-for-bot
Browse files Browse the repository at this point in the history
馃尡 use seedling emoji for dependabot PRs
  • Loading branch information
k8s-ci-robot committed Nov 22, 2023
2 parents d94afd0 + 866b397 commit 2562a8b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Expand Up @@ -4,24 +4,34 @@ updates:
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: ":seedling:"

- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: ":seedling:"

# Enable version updates for Go tools
- package-ecosystem: "gomod"
directory: "/hack/tools"
schedule:
interval: "weekly"
commit-message:
prefix: ":seedling:"

- package-ecosystem: "docker"
directory: "/hack/tools"
schedule:
interval: "weekly"
commit-message:
prefix: ":seedling:"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: ":seedling:"

0 comments on commit 2562a8b

Please sign in to comment.