Skip to content

Commit

Permalink
Merge pull request #1508 from dhensby/pull/appveyor-dependabot
Browse files Browse the repository at this point in the history
chore(ci): prevent dependabot pushes triggering appveyor events
  • Loading branch information
dhensby authored Jul 18, 2023
2 parents 2781b4a + 181bdd0 commit 133c704
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
version: "{build}"

branches:
except:
- '/^dependabot\/.*/'

image:
- Visual Studio 2015
environment:
Expand Down

0 comments on commit 133c704

Please sign in to comment.