Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
Disable dependabot.
  • Loading branch information
Jaehwa-Noh authored Aug 27, 2024
1 parent 5b965f3 commit d3c431f
Showing 1 changed file with 23 additions and 21 deletions.
44 changes: 23 additions & 21 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,26 @@
# 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
registries:
maven-google:
type: "maven-repository"
url: "https://maven.google.com"
updates:
- package-ecosystem: "github-actions" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
- package-ecosystem: "gradle" # See documentation for possible values
directory: "/Compose-Flight-Search-App" # Location of package manifests
schedule:
interval: "weekly"
registries:
- maven-google
groups:
kotlin-ksp:
patterns:
- "org.jetbrains.kotlin:*"
- "com.google.devtools.ksp"
# version: 2
# registries:
# maven-google:
# type: "maven-repository"
# url: "https://maven.google.com"
# updates:
# - package-ecosystem: "github-actions" # See documentation for possible values
# directory: "/" # Location of package manifests
# schedule:
# interval: "weekly"
# - package-ecosystem: "gradle" # See documentation for possible values
# directory: "/Compose-Flight-Search-App" # Location of package manifests
# schedule:
# interval: "weekly"
# registries:
# - maven-google
# groups:
# kotlin-ksp:
# patterns:
# - "org.jetbrains.kotlin:*"
# - "com.google.devtools.ksp"

# disable github action, this projects will not be managed.

0 comments on commit d3c431f

Please sign in to comment.