Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ updates:
time: "03:00"
labels:
- "kind/dependencies"
cooldown:
default-days: 7
- package-ecosystem: "cargo"
directory: "/"
schedule:
Expand All @@ -15,6 +17,8 @@ updates:
labels:
- "kind/dependencies"
open-pull-requests-limit: 20
cooldown:
default-days: 7
- package-ecosystem: "cargo"
directory: "/src/tests/rust_guests"
schedule:
Expand All @@ -24,3 +28,5 @@ updates:
- "kind/dependencies"
- "area/guest"
open-pull-requests-limit: 5
cooldown:
default-days: 7
52 changes: 0 additions & 52 deletions .github/workflows/auto-merge-dependabot.yml

This file was deleted.

1 change: 0 additions & 1 deletion .github/workflows/dep_update_guest_locks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
timeout-minutes: 15
steps:
# Get GitHub App token for pushing commits back to the PR
# Uses the same app as auto-merge-dependabot.yml
- name: Get GitHub App token
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
id: get-app-token
Expand Down
145 changes: 0 additions & 145 deletions dev/auto-approve-dependabot.sh

This file was deleted.

Loading