Skip to content

Commit d168c70

Browse files
no-jira: run all notebook and ui tests on dependabot prs
1 parent bc89f92 commit d168c70

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ updates:
1616
open-pull-requests-limit: 1
1717
labels:
1818
- "dependabot"
19+
- "test-additional-notebooks"
1920
- "test-guided-notebooks"
21+
- "test-ui-notebooks"
2022

2123
# pip means poetry in this case, this keeps poetry.lock up to date with constraints in pyproject.toml.
2224
- package-ecosystem: "pip"
@@ -29,7 +31,9 @@ updates:
2931
open-pull-requests-limit: 1
3032
labels:
3133
- "dependabot"
34+
- "test-additional-notebooks"
3235
- "test-guided-notebooks"
36+
- "test-ui-notebooks"
3337

3438
# npm means yarn in this case, this keeps yarn.lock up to date with constraints in package.json.
3539
- package-ecosystem: "npm"
@@ -42,4 +46,6 @@ updates:
4246
open-pull-requests-limit: 1
4347
labels:
4448
- "dependabot"
49+
- "test-additional-notebooks"
50+
- "test-guided-notebooks"
4551
- "test-ui-notebooks"

0 commit comments

Comments
 (0)