Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Bumer-32 committed Dec 29, 2024
2 parents 208f2ab + 92f7f75 commit 075e7ee
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,11 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
target-branch: "dev"
target-branch: "dev"

registries:
maven-artifactory:
type: maven-repository
url: https://maven.lumivoid.pp.ua
username: ${{ secrets.MAVEN_USERNAME }}
password: ${{ secrets.MAVEN_PASSWORD }}

0 comments on commit 075e7ee

Please sign in to comment.