Skip to content

Commit

Permalink
Merge pull request #63 from asyncapi/Add-dependabot
Browse files Browse the repository at this point in the history
build: create dependabot.yml
  • Loading branch information
Pakisan authored Apr 22, 2024
2 parents c0c0f1a + 2cf0f08 commit 32a203a
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
version: 2
registries:
intellij:
type: maven-repository
url: https://www.jetbrains.com/intellij-repository/releases
intellij-deps:
type: maven-repository
url: https://cache-redirector.jetbrains.com/intellij-dependencies
kotlin-ide:
type: maven-repository
url: https://maven.pkg.jetbrains.space/kotlin/p/kotlin/kotlin-ide-plugin-dependencies/
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
assignees:
- "Pakisan"
- "philCryoport"
- "theschles"
- package-ecosystem: "gradle"
directory: "/"
schedule:
interval: "daily"
assignees:
- "Pakisan"
- "philCryoport"
- "theschles"
registries:
- intellij
- intellij-deps
- kotlin-ide

0 comments on commit 32a203a

Please sign in to comment.