Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: gsoft-inc/wl-extensions-mediatr
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e053b9e5c16e50e8274ee74a7e64ed1da9e6e6ab
Choose a base ref
..
head repository: gsoft-inc/wl-extensions-mediatr
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4a4818d53f925e8e877181663e1fea7383db845a
Choose a head ref
Showing with 8 additions and 29 deletions.
  1. +0 −26 .cortex/catalog/service-wl-extensions-mediatr.yaml
  2. +5 −1 .github/workflows/ci.yml
  3. +3 −2 renovate.json
26 changes: 0 additions & 26 deletions .cortex/catalog/service-wl-extensions-mediatr.yaml

This file was deleted.

6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -4,7 +4,11 @@ on:
pull_request:
branches: ["main", "master"]
paths-ignore: ["*.md"]


push:
branches:
- "renovate/**"

jobs:
ci:
runs-on: windows-latest
5 changes: 3 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>gsoft-inc/renovate-config"
"github>gsoft-inc/renovate-config",
"github>gsoft-inc/renovate-config:all-automerge.json"
],
"packageRules": [
{
@@ -24,4 +25,4 @@
"enabled": false
}
]
}
}