Skip to content

Instantly share code, notes, and snippets.

@sorentwo
Created November 29, 2022 15:38
Show Gist options
  • Save sorentwo/1086fe48243527fe733f3e95f8e4f470 to your computer and use it in GitHub Desktop.
Save sorentwo/1086fe48243527fe733f3e95f8e4f470 to your computer and use it in GitHub Desktop.
Dependabot example for Oban Web+Pro
version: 2
updates:
- package-ecosystem: mix
directory: "/"
schedule:
interval: daily
time: "11:00"
open-pull-requests-limit: 10
insecure-external-code-execution: allow
registries:
- oban
registries:
oban:
type: hex-repository
repo: oban
url: https://getoban.pro/repo
auth-key: ${{secrets.OBAN_AUTH_KEY}}
public-key-fingerprint: ${{secrets.OBAN_PUBLIC_KEY_FINGERPRINT}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment