Skip to content

Commit d5cbb2e

Browse files
authored
Merge pull request #56 from upbound/repo-sync/sa-up/default
πŸ”„ synced file(s) with upbound/sa-up
2 parents 5e7f781 + 348fc89 commit d5cbb2e

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-3
lines changed

β€Ž.github/CODEOWNERSβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @upbound/team-customer-success
1+
* @upbound/team-solutions

β€Ž.github/renovate.json5β€Ž

Lines changed: 17 additions & 0 deletions
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β€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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β€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ PLATFORMS ?= linux_amd64
117117

118118
# Tool Versions
119119
# ------------------
120-
UP_VERSION = v0.37.0
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)