Skip to content

Commit f31d1da

Browse files
authored
Merge pull request #58 from upbound/repo-sync/sa-up/default
🔄 synced file(s) with upbound/sa-up
2 parents 49c03f0 + 77263ff commit f31d1da

File tree

4 files changed

+21
-4
lines changed

4 files changed

+21
-4
lines changed

.github/CODEOWNERS

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @upbound/team-customer-success
1+
* @upbound/team-solutions

.github/renovate.json5

+17
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,18 @@
1313
labels: [
1414
'automated',
1515
],
16+
ignorePaths: [ // default renovate ignorePaths without '**/examples/**'
17+
'**/node_modules/**',
18+
'**/bower_components/**',
19+
'**/vendor/**',
20+
'**/__tests__/**',
21+
'**/test/**',
22+
'**/tests/**',
23+
'**/__fixtures__/**'
24+
],
25+
crossplane: {
26+
fileMatch: ['(^|/)examples/.*\\.ya?ml$']
27+
},
1628
packageRules: [
1729
{
1830
matchFileNames: [
@@ -32,6 +44,11 @@
3244
],
3345
groupName: 'Makefile dependencies',
3446
},
47+
{
48+
matchManagers: ['crossplane'],
49+
matchFileNames: ['examples/**'],
50+
groupName: 'examples'
51+
},
3552
],
3653
customManagers: [
3754
{

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
steps:
3535
- name: Setup Docker Buildx
36-
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3
36+
uses: docker/setup-buildx-action@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca # v3
3737
with:
3838
version: ${{ env.DOCKER_BUILDX_VERSION }}
3939
install: true
@@ -54,7 +54,7 @@ jobs:
5454
BUILD_ARGS: "--load"
5555

5656
- name: Publish Artifacts to GitHub
57-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
57+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
5858
with:
5959
name: output
6060
path: _output/**

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ PLATFORMS ?= linux_amd64
117117

118118
# Tool Versions
119119
# ------------------
120-
UP_VERSION = v0.36.4
120+
UP_VERSION = v0.37.1
121121
UP_CHANNEL = stable
122122
CROSSPLANE_CLI_VERSION = v1.18.0
123123
CROSSPLANE_VERSION = v1.18.0-up.1

0 commit comments

Comments
 (0)