dwyl / hits

:chart_with_upwards_trend: General purpose hits (page views) counter
http://hits.dwyl.com
GNU General Public License v2.0
437 stars 62 forks source link

Add Dependabot to Update Dependencies #158

Closed nelsonic closed 2 years ago

nelsonic commented 2 years ago

Create a file with the following path: .github/dependabot.yml

With the following contents:

version: 2
updates:
- package-ecosystem: mix
  directory: "/"
  schedule:
    interval: daily
    time: "07:00"
    timezone: Europe/London

Docs: https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot

nelsonic commented 2 years ago

PR: #159 :shipit: