Compare commits

..

3 commits

Author SHA1 Message Date
f48a142a54
Merge branch 'main' into renovate/eslint-config-prettier-10.x
All checks were successful
Actions / Build Plugins (pull_request) Successful in 45s
2025-01-20 15:26:33 -05:00
3efd5eec92
chore(repo): enable automerge for renovate prs
All checks were successful
Actions / Build Plugins (push) Successful in 42s
only automerges digest updates and minor / patch dependency updates. everything else will have to be manually reviewed by yours truly, to avoid breakages
2025-01-20 15:25:43 -05:00
595c226b05
chore(deps): update www.coastalcommits.com/cswimr/actions:yarn docker digest to c8fa8a1 (#22)
All checks were successful
Actions / Build Plugins (push) Successful in 45s
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| www.coastalcommits.com/cswimr/actions | container | digest | `d900673` -> `c8fa8a1` |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDQuMyIsInVwZGF0ZWRJblZlciI6IjM5LjExNi4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Reviewed-on: https://www.coastalcommits.com/cswimr/gauntlet-cswimr-plugins/pulls/22
Co-authored-by: Renovate <renovate@coastalcommits.com>
Co-committed-by: Renovate <renovate@coastalcommits.com>
2025-01-20 15:23:19 -05:00
3 changed files with 8 additions and 2 deletions

View file

@ -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:d90067385c53d47bb6ae5a66a4c7323dafd82c35322ff545b7f9d5bc78919386 container: www.coastalcommits.com/cswimr/actions:yarn@sha256:c8fa8a18165c0e6198fc3cf3e157cad1f546a3bd21b2293dbb697125ef94866c
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

View file

@ -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:d90067385c53d47bb6ae5a66a4c7323dafd82c35322ff545b7f9d5bc78919386 container: www.coastalcommits.com/cswimr/actions:yarn@sha256:c8fa8a18165c0e6198fc3cf3e157cad1f546a3bd21b2293dbb697125ef94866c
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

View file

@ -2,5 +2,11 @@
"$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
}
] ]
} }