Skip to content

Commit 5fdc6fe

Browse files
yrodieremarko-bekhta
authored andcommitted
Run CI on dependabot GitHub Actions updates
This should be safe since PRs are run in an isolated environment, with no access to secrets.
1 parent 3daaed8 commit 5fdc6fe

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ on:
1515
- '!4.*'
1616
- '!5.*'
1717
- '!6.*'
18+
# We don't want to run CI on branches for dependabot, just on the PR.
1819
- '!dependabot/**'
1920
- '!wip/**/dependency-update/**'
2021
tags:
@@ -28,10 +29,11 @@ on:
2829
- '!4.*'
2930
- '!5.*'
3031
- '!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.
3334
- '!dependabot/**'
3435
- 'dependabot/maven/build-dependencies-**'
36+
- 'dependabot/github_actions/workflow-actions-**'
3537
- 'dependabot/docker/**/build-containers-**'
3638
- 'dependabot/docker/**/database-containers-**'
3739

0 commit comments

Comments
 (0)