Skip to content

Commit

Permalink
Merge pull request #711 from negz/third-rock-from-the-sun
Browse files Browse the repository at this point in the history
Configure buf for BSR pushes
  • Loading branch information
negz authored May 30, 2024
2 parents 6e15cd4 + b3c1cef commit e4db79e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"^\\.github\\/workflows\\/[^/]+\\.ya?ml$"
],
"matchStrings": [
"EARTHLY_VERSION '(?<currentValue>.*?)'\\n"
"EARTHLY_VERSION: '(?<currentValue>.*?)'\\n"
],
"datasourceTemplate": "github-tags",
"depNameTemplate": "earthly/earthly",
Expand Down Expand Up @@ -220,4 +220,4 @@
"groupName": "golang version",
}
],
}
}
8 changes: 7 additions & 1 deletion apis/buf.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
version: v1
name: buf.build/crossplane/crossplane-runtime
breaking:
use:
- FILE
lint:
allow_comment_ignores: true
use:
- DEFAULT
allow_comment_ignores: true

0 comments on commit e4db79e

Please sign in to comment.