-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
22 changed files
with
264 additions
and
230 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,69 @@ | ||
# Reconsider Dependabot if they ever add grouped updates: https://github.com/dependabot/dependabot-core/issues/1190 | ||
|
||
# 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://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates | ||
|
||
version: 2 | ||
updates: | ||
- package-ecosystem: "npm" | ||
directory: "/**" | ||
allow: | ||
- dependency-type: "production" | ||
directory: "/tournament-scheduler" | ||
target-branch: "develop" | ||
schedule: | ||
interval: "weekly" | ||
labels: | ||
- "dependencies" | ||
- "tournament-scheduler" | ||
assignees: | ||
- "Avasam" | ||
reviewers: | ||
- "Avasam" | ||
ignore: | ||
- dependency-name: "*" | ||
# Temporarily adding version-update:semver-minor to the ignore as dependabot | ||
# still wants to increase the minor version in the lockfile only despite | ||
# versioning-strategy: increase-if-necessary. This is a know issue: | ||
# https://github.com/dependabot/dependabot-core/issues/3891 | ||
update-types: | ||
["version-update:semver-patch", "version-update:semver-minor"] | ||
versioning-strategy: increase-if-necessary | ||
|
||
- package-ecosystem: "npm" | ||
directory: "/global-scoreboard" | ||
target-branch: "develop" | ||
schedule: | ||
interval: "weekly" | ||
labels: | ||
- "dependencies" | ||
assignees: | ||
- "Avasam" | ||
reviewers: | ||
- "Avasam" | ||
ignore: | ||
- dependency-name: "*" | ||
# Temporarily adding version-update:semver-minor to the ignore as dependabot | ||
# still wants to increase the minor version in the lockfile only despite | ||
# versioning-strategy: increase-if-necessary. This is a know issue: | ||
# https://github.com/dependabot/dependabot-core/issues/3891 | ||
update-types: | ||
["version-update:semver-patch", "version-update:semver-minor"] | ||
versioning-strategy: increase-if-necessary | ||
|
||
- package-ecosystem: "pip" | ||
directory: "/scripts" | ||
target-branch: "develop" | ||
schedule: | ||
interval: "weekly" | ||
labels: | ||
- "dependencies" | ||
assignees: | ||
- "Avasam" | ||
reviewers: | ||
- "Avasam" | ||
|
||
# Check for updates to GitHub Actions | ||
- package-ecosystem: "github-actions" | ||
directory: "/" | ||
schedule: | ||
interval: "weekly" |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.