Skip to content

Commit

Permalink
Copy workflow files into patch branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Walch committed Dec 9, 2020
1 parent 4b8e6e6 commit 5275331
Show file tree
Hide file tree
Showing 9 changed files with 543 additions and 26 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
@@ -0,0 +1,11 @@
version: 2
updates:
- package-ecosystem: npm
directory: '/'
schedule:
interval: daily
commit-message:
# prevent netlify build
prefix: "[skip ci]"
open-pull-requests-limit: 99
versioning-strategy: increase-if-necessary
13 changes: 13 additions & 0 deletions .github/workflows/automerge.yml
@@ -0,0 +1,13 @@
name: Auto Merge Dependency Updates

on:
- pull_request

jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: tjenkinson/gh-action-auto-merge-dependency-updates@1ff3f19
with:
repo-token: ${{ secrets.CI_GITHUB_TOKEN }}
allowed-actors: dependabot[bot]

0 comments on commit 5275331

Please sign in to comment.