Skip to content

Commit

Permalink
add ok to test label
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinForReal authored Mar 8, 2022
1 parent b47f4cb commit d521845
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ updates:
schedule:
interval: daily
labels:
- "area/dependency"
- "release-note-none"
- "ok-to-test"
open-pull-requests-limit: 5

- package-ecosystem: "docker"
Expand All @@ -18,23 +20,29 @@ updates:
schedule:
interval: daily
labels:
- "area/dependency"
- "release-note-none"
- "ok-to-test"
open-pull-requests-limit: 5

- package-ecosystem: "npm"
directory: "/site/"
schedule:
interval: daily
labels:
- "area/dependency"
- "release-note-none"
- "ok-to-test"
open-pull-requests-limit: 5

- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: daily
labels:
- "area/dependency"
- "release-note-none"
- "ok-to-test"
open-pull-requests-limit: 5
target-branch: "release-1.23"
ignore:
Expand All @@ -46,7 +54,9 @@ updates:
schedule:
interval: daily
labels:
- "area/dependency"
- "release-note-none"
- "ok-to-test"
open-pull-requests-limit: 5
target-branch: "release-1.1"
ignore:
Expand All @@ -58,7 +68,9 @@ updates:
schedule:
interval: daily
labels:
- "area/dependency"
- "release-note-none"
- "ok-to-test"
open-pull-requests-limit: 5
target-branch: "release-1.0"
ignore:
Expand All @@ -70,7 +82,9 @@ updates:
schedule:
interval: daily
labels:
- "area/dependency"
- "release-note-none"
- "ok-to-test"
open-pull-requests-limit: 5
target-branch: "release-0.7"
ignore:
Expand Down

0 comments on commit d521845

Please sign in to comment.