Skip to content

Commit

Permalink
Create dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
joel committed Dec 7, 2023
1 parent f802e6b commit e8462f0
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# 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://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2

updates:
# Check for updates to Rubygems
- package-ecosystem: "bundler"
directory: "/"
schedule:
interval: "weekly"
versioning-strategy: increase
commit-message:
prefix: "gems"
include: "scope"
labels:
- "gems"
- "dependencies"

# Check for updates to GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "github-actions"
include: "scope"
labels:
- "github-actions"
- "dependencies"

0 comments on commit e8462f0

Please sign in to comment.