Skip to content

Commit

Permalink
💚 Fix automerge dependabot PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
wiwski committed Dec 5, 2022
1 parent 2bf5913 commit 414aa13
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/automerge-dependabot.yaml
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
name: Merge me!
name: Merge dependabot PRs

on:
workflow_run:
types: [completed]
workflows: ["Test"]
workflows: ['Test']
branches:
# npm
- "dependabot/*eslint*"
- "dependabot/*jest-and-types*"
- "dependabot/*prettier*"
- "dependabot/*css-loader*"
- "dependabot/*webpack*"
- "dependabot/*purgecss-webpack-plugin*"
- "dependabot/*mini-css-extract-plugin*"
- 'dependabot/**eslint**'
- 'dependabot/**jest-and-types**'
- 'dependabot/**prettier**'
- 'dependabot/**css-loader**'
- 'dependabot/**webpack**'
- 'dependabot/**purgecss-webpack-plugin**'
- 'dependabot/**mini-css-extract-plugin**'
# pip
- "dependabot/*pylint*"
- "dependabot/*black*"
- "dependabot/*flake8*"
- "dependabot/*ipython*"
- "dependabot/*isort*"
- "dependabot/*pytest*"
- "dependabot/*sentry-sdk*"
- 'dependabot/**pylint**'
- 'dependabot/**black**'
- 'dependabot/**flake8**'
- 'dependabot/**ipython**'
- 'dependabot/**isort**'
- 'dependabot/**pytest**'
- 'dependabot/**sentry-sdk**'

jobs:
merge-me:
Expand Down
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
_static/**
**/assets/dist/**
.github/workflows/automerge-dependabot.yaml

0 comments on commit 414aa13

Please sign in to comment.