Skip to content

Commit

Permalink
Use Dependabot to automatically bump generated dependencies (#566)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephendolan committed Oct 25, 2020
1 parent f0ae36c commit a9a269a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/dependabot.yml
@@ -0,0 +1,19 @@
version: 2

updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
target-branch: master
reviewers:
- stephendolan

- package-ecosystem: npm
directory: "/src/browser-app-skeleton"
schedule:
interval: daily
target-branch: master
versioning-strategy: increase
reviewers:
- stephendolan

0 comments on commit a9a269a

Please sign in to comment.