Skip to content

Commit

Permalink
Added dependabot configuration, configured for GE and CCUD plugins, a…
Browse files Browse the repository at this point in the history
…s well as github actions.
  • Loading branch information
ribafish committed Sep 15, 2023
1 parent 1910726 commit d78b39b
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/dependabot.yml
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"

0 comments on commit d78b39b

Please sign in to comment.