#1 - project skeleton

This commit is contained in:
Adrian Hopek
2022-01-10 12:19:04 +01:00
parent 683b2367ea
commit d4f522f9d8
90 changed files with 25978 additions and 1 deletions

20
.github/dependabot.yml vendored Normal file
View File

@@ -0,0 +1,20 @@
version: 2
updates:
- package-ecosystem: composer
directory: "/"
schedule:
interval: monthly
time: "06:30"
commit-message:
prefix: "#5 - (php) "
target-branch: main
open-pull-requests-limit: 1
- package-ecosystem: npm
directory: "/"
schedule:
interval: monthly
time: "06:30"
commit-message:
prefix: "#5 - (js) "
target-branch: main
open-pull-requests-limit: 1