mirror of
https://github.com/IT4Change/boilerplate-e2e-cypress-cucumber.git
synced 2025-12-13 04:55:50 +00:00
remove dependabot configuration file
This commit is contained in:
parent
8ba9f2fc67
commit
75a1f4430f
46
.github/dependabot.yml
vendored
46
.github/dependabot.yml
vendored
@ -1,46 +0,0 @@
|
||||
version: 2
|
||||
updates:
|
||||
|
||||
- package-ecosystem: "github-actions"
|
||||
open-pull-requests-limit: 99
|
||||
directory: "/"
|
||||
rebase-strategy: "disabled"
|
||||
schedule:
|
||||
interval: weekly
|
||||
day: "saturday"
|
||||
timezone: "Europe/Berlin"
|
||||
time: "03:00"
|
||||
|
||||
- package-ecosystem: npm
|
||||
open-pull-requests-limit: 99
|
||||
directory: "/"
|
||||
rebase-strategy: "disabled"
|
||||
schedule:
|
||||
interval: weekly
|
||||
day: "saturday"
|
||||
timezone: "Europe/Berlin"
|
||||
time: "03:00"
|
||||
groups:
|
||||
cypress:
|
||||
applies-to: version-updates
|
||||
patterns:
|
||||
- "*cypress*"
|
||||
- "*cucumber*"
|
||||
linting:
|
||||
applies-to: version-updates
|
||||
patterns:
|
||||
- "@eslint-community/eslint-plugin-eslint-comments"
|
||||
- "@typescript-eslint/*"
|
||||
- "eslint-*"
|
||||
- "prettier"
|
||||
exclude-patterns:
|
||||
- "eslint"
|
||||
typescript:
|
||||
applies-to: version-updates
|
||||
patterns:
|
||||
- "typescript"
|
||||
- "ts*"
|
||||
vuepress:
|
||||
applies-to: version-updates
|
||||
patterns:
|
||||
- "*vuepress*"
|
||||
Loading…
x
Reference in New Issue
Block a user