Skip to content

Commit

Permalink
Add Dependabot Update config for automated dependency updates (#1004)
Browse files Browse the repository at this point in the history
* Add alt="" for the decorative images. #439

* Consistent titles and subtitles. #439

* generate

* Add mising bold font (#632)

* Add dependabot update config

Co-authored-by: Catalin Rosu <[email protected]>
Co-authored-by: Rick Viscomi <[email protected]>
Co-authored-by: Barry <[email protected]>
  • Loading branch information
4 people committed Jul 12, 2020
1 parent 714a10a commit 84af357
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/src/"
schedule:
interval: "daily"
- package-ecosystem: "pip"
directory: "/src/"
schedule:
interval: "daily"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"

0 comments on commit 84af357

Please sign in to comment.