Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
Update dependabot configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Jelinek <djelinek@redhat.com>
  • Loading branch information
djelinek committed Mar 26, 2024
1 parent a396fe3 commit 2d7b915
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 17 deletions.
10 changes: 0 additions & 10 deletions .github/.dependabot.yml

This file was deleted.

27 changes: 20 additions & 7 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,27 @@
---
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 3
labels:
- "SKIP-CHANGELOG"
- "DEPENDENCIES"
reviewers:
- djelinek
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'weekly'
open-pull-requests-limit: 5
interval: 'daily'
versioning-strategy: increase
reviewers:
- djelinek
- package-ecosystem: 'npm'
directory: '/test/utils-test-project'
schedule:
interval: 'daily'
versioning-strategy: increase
ignore:
- dependency-name: "node"
update-types: ["version-update:semver-major"]
- dependency-name: "@types/node"
update-types: ["version-update:semver-major"]
reviewers:
- djelinek

0 comments on commit 2d7b915

Please sign in to comment.