forked from line/armeria
-
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.
Added dependabot configuration, configured for GE and CCUD plugins, a…
…s well as github actions.
- Loading branch information
Showing
1 changed file
with
31 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,31 @@ | ||
version: 2 | ||
registries: | ||
gradle-plugin-portal: | ||
type: maven-repository | ||
url: https://plugins.gradle.org/m2 | ||
username: dummy # Required by dependabot | ||
password: dummy # Required by dependabot | ||
updates: | ||
- package-ecosystem: "gradle" | ||
directory: "/" | ||
registries: | ||
- gradle-plugin-portal | ||
schedule: | ||
interval: "daily" | ||
time: "02:00" | ||
# Use Korea Standard Time (UTC +09:00) | ||
timezone: "Asia/Seoul" | ||
open-pull-requests-limit: 10 | ||
allow: | ||
- dependency-name: "com.gradle.enterprise" | ||
dependency-type: "production" | ||
- dependency-name: "com.gradle.common-custom-user-data-gradle-plugin" | ||
dependency-type: "production" | ||
|
||
- package-ecosystem: "github-actions" | ||
directory: "/" | ||
schedule: | ||
interval: "daily" | ||
time: "02:00" | ||
# Use Korea Standard Time (UTC +09:00) | ||
timezone: "Asia/Seoul" |