Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Create Dependabot config file (#1176)
Browse files Browse the repository at this point in the history
👋 Dependabot is moving natively into GitHub! This pull request migrates your configuration from Dependabot.com to a config file, using the [new syntax](https://help.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates). When you merge this pull request, we'll swap out `dependabot-preview` (me) for a new `dependabot` app, and you'll be all set!

With this change, you'll now use the [Dependabot page in GitHub](https://github.com/NateRadebaugh/react-datetime/network/updates), rather than the [Dependabot dashboard](https://app.dependabot.com/), to monitor your version updates. Dependabot is now configured exclusively using config files.

Your previous schedule was set to `live`. This option is no longer supported in the new config file so it has been changed to `daily`.










If you've got any questions or feedback for us, please let us know by creating an issue in the [dependabot/feedback](https://github.com/dependabot/feedback) repository.

[Learn more about the relaunch of Dependabot](https://github.blog/2020-06-01-keep-all-your-packages-up-to-date-with-dependabot/)

Please note that regular `@dependabot` commands do not work on this pull request.

:robot::yellow_heart:
  • Loading branch information
kodiakhq[bot] authored Jun 25, 2020
2 parents d36001a + 49b529c commit cb8aed7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10

1 comment on commit cb8aed7

@vercel
Copy link

@vercel vercel bot commented on cb8aed7 Jun 25, 2020

Please sign in to comment.