Skip to content

Commit

Permalink
chore: replace Renovate with Dependabot (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
neoncitylights authored Jul 14, 2023
1 parent 270165d commit 80059ec
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 19 deletions.
39 changes: 39 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# 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: "composer"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "chore(deps/composer):"
labels:
- "t-dependencies"
- "pkg-composer"
groups:
mediawiki:
patterns:
- "mediawiki/*"
php-parallel-lint:
patterns:
- "php-parallel-lint/*"
phpunit:
patterns:
- "ockcyp/covers-validator"
- "phpunit"
open-pull-requests-limit: 4

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "chore(deps/actions):"
labels:
- "t-dependencies"
- "pkg-gh-actions"
open-pull-requests-limit: 4
19 changes: 0 additions & 19 deletions .github/renovate.json

This file was deleted.

0 comments on commit 80059ec

Please sign in to comment.