There was an error while loading. Please reload this page.
1 parent 2c45dd4 commit 70748cdCopy full SHA for 70748cd
3 files changed
.appveyor.yml
@@ -61,6 +61,7 @@ environment:
61
branches:
62
except:
63
- /^ci/(?!appveyor)(/.+)?/
64
+ - /^dependabot/(/.+)?/
65
66
platform:
67
- x64
.github/workflows/ci.yml
@@ -5,6 +5,7 @@ on:
5
branches-ignore:
6
- 'ci/**'
7
- '!ci/gha**'
8
+ - 'dependabot/**'
9
pull_request:
10
11
- 'master'
.packit.yml
@@ -26,6 +26,6 @@ jobs:
26
- <<: *copr
27
# Run on push to any branch.
28
trigger: commit
29
- # Run except the "master*" branches.
+ # Run except the "master*" and "dependabot*" branches.
30
# https://github.com/packit/packit/issues/1986
31
- branch: '(?!master)'
+ branch: '(?!master)(?!dependabot)'
0 commit comments