Skip to content

Commit

Permalink
Merge pull request #487 from Nordix/tuomo/update-dependabot-config
Browse files Browse the repository at this point in the history
update dependabot config to match other repos
  • Loading branch information
metal3-io-bot authored Oct 7, 2024
2 parents eaf7001 + 7ea23de commit d86b3f2
Showing 1 changed file with 14 additions and 21 deletions.
35 changes: 14 additions & 21 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,18 @@

version: 2
updates:
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
reviewers:
- "lentzi90"
- "Rozzii"
- "tuminoid"
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"

# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
commit-message:
prefix: build
prefix-development: chore
include: scope
reviewers:
- "lentzi90"
- "Rozzii"
- "tuminoid"
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/" # Location of package manifests
schedule:
interval: "monthly"
target-branch: source
commit-message:
prefix: ":seedling:"
labels:
- "ok-to-test"

0 comments on commit d86b3f2

Please sign in to comment.