Skip to content

Commit

Permalink
chore: trigger renovate now (#38)
Browse files Browse the repository at this point in the history
* chore: disable dependabot

* test: removed unused variable

* chore: trigger renovate now
  • Loading branch information
davidseow authored Aug 17, 2022
1 parent 1a3eedc commit 1b1af1f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 23 deletions.
15 changes: 0 additions & 15 deletions .github/dependabot.yml

This file was deleted.

2 changes: 0 additions & 2 deletions playwright-test/pageObjects/invoices.page.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import { Locator, Page } from "@playwright/test";

type SortLabel = "id" | "customer" | "address" | "order";

export enum SortType {
"id" = "id",
"customer" = "customer_id",
Expand Down
9 changes: 3 additions & 6 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"packageRules": [
"extends": ["config:base"],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
Expand All @@ -12,6 +10,5 @@
"matchDepTypes": ["devDependencies"],
"automerge": true
}
],
"schedule": ["after 6am and before 8am every weekday"]
]
}

0 comments on commit 1b1af1f

Please sign in to comment.