Updated dependabot to merge all pull requests into 1
This commit is contained in:
parent
d53ed9dd54
commit
32f7bfe8d9
2 changed files with 9 additions and 3 deletions
10
.github/dependabot.yml
vendored
10
.github/dependabot.yml
vendored
|
|
@ -1,6 +1,12 @@
|
|||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: "npm" # or your specific package manager
|
||||
- package-ecosystem: "npm" # package manager
|
||||
directory: "/" # location of package manifests
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
interval: "weekly"
|
||||
open-pull-requests-limit: 1
|
||||
groups:
|
||||
all-dependencies:
|
||||
patterns:
|
||||
- "*"
|
||||
group-name: "All dependencies"
|
||||
2
.github/workflows/master.yml
vendored
2
.github/workflows/master.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: Deploy React Vite App
|
||||
name: Deploy to production
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue