Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Dependabot to Update Dependencies #158

Closed
nelsonic opened this issue Apr 13, 2022 · 1 comment · Fixed by #159
Closed

Add Dependabot to Update Dependencies #158

nelsonic opened this issue Apr 13, 2022 · 1 comment · Fixed by #159
Labels
awaiting-review chore enhancement T5m Quick tasks that take 5 mins or less. See: GTD 2 min rule. technical

Comments

@nelsonic
Copy link
Member

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
Copy link
Member Author

PR: #159 :shipit:

SimonLab added a commit that referenced this issue Apr 14, 2022
PR: Create `dependabot.yml` file to update dependencies resolves #158
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting-review chore enhancement T5m Quick tasks that take 5 mins or less. See: GTD 2 min rule. technical
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant