File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 15
15
- ' !4.*'
16
16
- ' !5.*'
17
17
- ' !6.*'
18
+ # We don't want to run CI on branches for dependabot, just on the PR.
18
19
- ' !dependabot/**'
19
20
- ' !wip/**/dependency-update/**'
20
21
tags :
28
29
- ' !4.*'
29
30
- ' !5.*'
30
31
- ' !6.*'
31
- # Ignore dependabot PRs that are not just about build dependencies;
32
- # we'll reject such dependant PRs and send a PR ourselves.
32
+ # Ignore dependabot PRs that are not just about build dependencies or workflows ;
33
+ # we'll reject such PRs and send one ourselves.
33
34
- ' !dependabot/**'
34
35
- ' dependabot/maven/build-dependencies-**'
36
+ - ' dependabot/github_actions/workflow-actions-**'
35
37
- ' dependabot/docker/**/build-containers-**'
36
38
- ' dependabot/docker/**/database-containers-**'
37
39
You can’t perform that action at this time.
0 commit comments