Skip to content

Commit

Permalink
feat(ci): ✨ include dependabot (#402)
Browse files Browse the repository at this point in the history
* feat(ci): ✨ include dependabot

This change includes the dependabot CI script. Including the dependabot.yml file will trigger the Github Dependabot script to be run daily to check for dependices to be updated.

* improve: enforce eol character
  • Loading branch information
james-a-morris authored Oct 27, 2022
1 parent 6312d3e commit fd298b5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"

2 comments on commit fd298b5

@vercel
Copy link

@vercel vercel bot commented on fd298b5 Oct 27, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

goerli-frontend-v2 – ./

goerli-frontend-v2-uma.vercel.app
goerli-frontend-v2-git-master-uma.vercel.app
goerli-frontend-v2.vercel.app

@vercel
Copy link

@vercel vercel bot commented on fd298b5 Oct 27, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.