feat: rebasing

feat: backport open prs
This commit is contained in:
Andrea Lamparelli 2023-01-05 11:36:19 +01:00
commit 886fab70b3
53 changed files with 48467 additions and 0 deletions

11
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,11 @@
version: 2
updates:
# Enable version updates for npm
- package-ecosystem: 'npm'
# Look for `package.json` and `lock` files in the `root` directory
directory: '/'
# Check the npm registry for updates every day (weekdays)
schedule:
interval: 'daily'
# consider only security updates
open-pull-requests-limit: 0