Skip to content

Commit

Permalink
dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
sosiristseng authored Feb 6, 2024
1 parent c7718a8 commit dcc565b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
14 changes: 9 additions & 5 deletions .github/.kodiak.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# https://kodiakhq.com/docs/quickstart
# https://kodiakhq.com/docs/recipes
version = 1

[merge]
method = "squash"

method = "squash"
block_on_neutral_required_check_runs = true
[merge.message]
title = "pull_request_title"
body = "pull_request_body"
title = "pull_request_title"
body = "pull_request_body"
[merge.automerge_dependencies]
# auto merge all PRs opened by "dependabot" that are "minor" or "patch" version upgrades. "major" version upgrades will be ignored.
versions = ["minor", "patch"]
usernames = ["dependabot"]
10 changes: 2 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,9 @@ version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
open-pull-requests-limit: 1
schedule:
interval: "daily"
labels:
- "automerge"
interval: "monthly"
- package-ecosystem: "github-actions"
directory: "/"
open-pull-requests-limit: 1
schedule:
interval: "daily"
labels:
- "automerge"
interval: "monthly"

0 comments on commit dcc565b

Please sign in to comment.