Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BigMichi1 authored Mar 7, 2024
1 parent 608e6f5 commit 1dd4323
Showing 1 changed file with 18 additions and 7 deletions.
25 changes: 18 additions & 7 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,22 @@
# 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/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
- package-ecosystem: "" # See documentation for possible values
directory: "/" # Location of package manifests
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
assignees:
- "bigmichi1"
labels:
- "dependencies"
- "automerge"
- "github_actions"
- package-ecosystem: maven
directory: /
schedule:
interval: daily
assignees:
- "bigmichi1"
labels:
- "dependencies"
- "automerge"
- "maven"

0 comments on commit 1dd4323

Please sign in to comment.