Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicklas373 committed Mar 24, 2024
1 parent 900b030 commit 65fafe1
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
# 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:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
# Enable version updates for npm
- package-ecosystem: "npm"
# Look for `package.json` and `lock` files in the `root` directory
directory: "/"
# Check the npm registry for updates once a week
schedule:
interval: "weekly"

# Maintain dependencies for Composer
# Enable version updates for Docker
- package-ecosystem: "composer"
# Look for a `composer.lock` in the `root` directory
directory: "/"
# Check for updates once a week
schedule:
interval: "weekly"

0 comments on commit 65fafe1

Please sign in to comment.