@ankhorage/devtools 1.11.0 → 1.11.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6,10 +6,18 @@ on:
6
6
  - opened
7
7
  - reopened
8
8
  - synchronize
9
+ - labeled
10
+
11
+ concurrency:
12
+ group: renovate-${{ github.repository }}-${{ github.event.pull_request.number }}
13
+ cancel-in-progress: true
9
14
 
10
15
  permissions:
16
+ checks: read
11
17
  contents: read
18
+ issues: read
12
19
  pull-requests: read
20
+ statuses: read
13
21
 
14
22
  jobs:
15
23
  changeset:
@@ -17,7 +25,7 @@ jobs:
17
25
  (github.actor == 'renovate[bot]' || github.actor == 'ankhorage-renovate-sync[bot]') &&
18
26
  github.event.pull_request.head.repo.full_name == github.repository &&
19
27
  startsWith(github.event.pull_request.head.ref, 'renovate/')
20
- uses: ankhorage/renovate/.github/workflows/changeset.yml@d3f138f4e8d3eb84244730f86591c6556738c1f4
28
+ uses: ankhorage/renovate/.github/workflows/changeset.yml@03f29fb8f81d15c51bf16b5374ad92fe8f95e3b5
21
29
  with:
22
30
  renovate_sync_client_id: ${{ vars.ANKHORAGE_RENOVATE_SYNC_CLIENT_ID }}
23
31
  secrets:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ankhorage/devtools",
3
- "version": "1.11.0",
3
+ "version": "1.11.1",
4
4
  "description": "Shared development tools and repository standards for Ankhorage",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/ankhorage/devtools#readme",