Skip to content

Commit

Permalink
Add dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Dec 12, 2020
1 parent a2f9df5 commit 2847ebc
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 14 deletions.
9 changes: 9 additions & 0 deletions .dependabot/config.yaml
@@ -0,0 +1,9 @@
---
version: 1
update_configs:
- package_manager: python
directory: /
update_schedule: live
automerged_updates:
- match:
update_type: all
21 changes: 21 additions & 0 deletions .github/workflows/dependabot-auto-merge.yaml
@@ -0,0 +1,21 @@
---
name: Auto merge Dependabot updates

on:
check_suite:
types:
- completed
pull_request:
types:
- opened

jobs:
auto-merge:
name: Auto merge
runs-on: ubuntu-20.04
timeout-minutes: 5
steps:
- name: Auto merge
uses: ridedott/dependabot-auto-merge-action@master
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
14 changes: 0 additions & 14 deletions ci/config.yaml
@@ -1,20 +1,6 @@
checks:
versions: False
isort:
ignore_patterns_re:
- .*/\.vim/.*
black:
ignore_patterns_re:
- .*/\.vim/.*
codespell:
ignore_re:
- .*\.yaml
- .*\.desktop
- .*/\.vim/.*
- apt-to-snap\.home
- list-manual-package-wrk38
required_workflows:
backport.yaml: False
dependabot-auto-merge.yaml: False
clean.yaml: False
audit.yaml: False

0 comments on commit 2847ebc

Please sign in to comment.