Skip to content

Instantly share code, notes, and snippets.

@klyonrad
Created August 31, 2022 05:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save klyonrad/ee48d0bc9cc97d4c169512fa09e6e0c0 to your computer and use it in GitHub Desktop.
Save klyonrad/ee48d0bc9cc97d4c169512fa09e6e0c0 to your computer and use it in GitHub Desktop.
dependabot config
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "bundler" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly" # change later to weekly
open-pull-requests-limit: 6
ignore:
- dependency-name: "rails"
update-types: ["version-update:semver-major"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment