Skip to content

Commit

Permalink
Revert "I'll have to think about this."
Browse files Browse the repository at this point in the history
This reverts commit 3c2e223.
  • Loading branch information
melontini committed Apr 27, 2024
1 parent adaa777 commit 3afb2dc
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
version: 2
registries:
fabric:
url: "https://maven.fabricmc.net/"
type: maven-repository
dark-matter:
url: "https://maven.pkg.github.com/constellation-mc/dark-matter"
username: melontini
password: ${{secrets.DEPENDABOT_TOKEN}}
type: maven-repository
gradle-plugins:
url: "https://plugins.gradle.org/m2/"
type: maven-repository
maven-central:
url: "https://repo1.maven.org/maven2/"
type: maven-repository

updates:
- package-ecosystem: gradle
registries:
- fabric
- dark-matter
- gradle-plugins
- maven-central
directory: /
schedule:
interval: weekly

0 comments on commit 3afb2dc

Please sign in to comment.