8000 Upgrade to GitHub-native Dependabot by dependabot-preview[bot] · Pull Request #324 · FiniteMonkeys/kerbal-maps · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Upgrade to GitHub-native Dependabot #324

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 51 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
version: 2
updates:
- package-ecosystem: mix
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
ignore:
- dependency-name: ecto_sql
versions:
- 3.5.4
- 3.6.0
- dependency-name: phoenix_live_reload
versions:
- 1.3.0
- dependency-name: ex_machina
versions:
- 2.5.0
- 2.6.0
- package-ecosystem: npm
directory: "/assets"
schedule:
interval: daily
open-pull-requests-limit: 10
ignore:
- dependency-name: "@babel/core"
versions:
- 7.12.10
- 7.12.13
- 7.12.16
- 7.12.17
- 7.13.1
- 7.13.10
- 7.13.13
- 7.13.14
- 7.13.15
- 7.13.8
- dependency-name: set-value
versions:
- 3.0.2
- dependency-name: "@babel/preset-react"
versions:
- 7.12.10
- 7.12.13
- dependency-name: webpack-cli
versions:
- 4.4.0
- 4.5.0
- dependency-name: elliptic
versions:
- 6.5.3
0