Compare commits
No commits in common. "f48a142a54c4244b59181d130b59904a22f2a302" and "325dff126514fe9559eebe59183c83995f53a7a2" have entirely different histories.
f48a142a54
...
325dff1265
3 changed files with 2 additions and 8 deletions
|
@ -13,7 +13,7 @@ jobs:
|
||||||
build:
|
build:
|
||||||
name: Build Plugins
|
name: Build Plugins
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container: www.coastalcommits.com/cswimr/actions:yarn@sha256:c8fa8a18165c0e6198fc3cf3e157cad1f546a3bd21b2293dbb697125ef94866c
|
container: www.coastalcommits.com/cswimr/actions:yarn@sha256:d90067385c53d47bb6ae5a66a4c7323dafd82c35322ff545b7f9d5bc78919386
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
||||||
|
|
|
@ -6,7 +6,7 @@ jobs:
|
||||||
publish:
|
publish:
|
||||||
name: Publish plugins
|
name: Publish plugins
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container: www.coastalcommits.com/cswimr/actions:yarn@sha256:c8fa8a18165c0e6198fc3cf3e157cad1f546a3bd21b2293dbb697125ef94866c
|
container: www.coastalcommits.com/cswimr/actions:yarn@sha256:d90067385c53d47bb6ae5a66a4c7323dafd82c35322ff545b7f9d5bc78919386
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
||||||
|
|
|
@ -2,11 +2,5 @@
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": [
|
"extends": [
|
||||||
"local>cc/renovate-config"
|
"local>cc/renovate-config"
|
||||||
],
|
|
||||||
"packageRules": [
|
|
||||||
{
|
|
||||||
"matchUpdateTypes": ["minor", "patch", "digest"],
|
|
||||||
"automerge": true
|
|
||||||
}
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue