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

Commit

Permalink
stop pinging me dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
JadedHearth authored Jan 13, 2024
1 parent 9cf3932 commit 5706a60
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
# 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
# # 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: "gradle" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
day: "friday"
time: "09:00"
timezone: "America/Chicago"
labels:
- "dependabot"
assignees:
- "WoodenMaxim"
target-branch: "main"
groups:
junit:
patterns:
- "org.junit*" # A wildcard string that matches multiple dependency names
update-types:
- "minor"
- "patch"
# version: 2
# updates:
# - package-ecosystem: "gradle" # See documentation for possible values
# directory: "/" # Location of package manifests
# schedule:
# interval: "weekly"
# day: "friday"
# time: "09:00"
# timezone: "America/Chicago"
# labels:
# - "dependabot"
# assignees:
# - "WoodenMaxim"
# target-branch: "main"
# groups:
# junit:
# patterns:
# - "org.junit*" # A wildcard string that matches multiple dependency names
# update-types:
# - "minor"
# - "patch"

0 comments on commit 5706a60

Please sign in to comment.