Skip to content

Commit

Permalink
fix: goreleaser & dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
flemzord committed Sep 25, 2024
1 parent 0203038 commit 82f077b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 30 deletions.
24 changes: 1 addition & 23 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,29 +21,7 @@ updates:
go-openapi:
patterns:
- "github.com/go-openapi/*"

- package-ecosystem: gomod
directory: "/ee/**"
schedule:
interval: daily
open-pull-requests-limit: 40
labels: [ "dependencies" ]
# Groups are updated together in one pull request
groups:
otel:
patterns:
- "go.opentelemetry.io/otel*"
otel-collector:
patterns:
- "go.opentelemetry.io/collector*"
- "github.com/open-telemetry/o*-collector-contrib/*"
otel-instrumentation:
patterns:
- "go.opentelemetry.io/contrib/instrumentation/*"
go-openapi:
patterns:
- "github.com/go-openapi/*"


- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down
13 changes: 6 additions & 7 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
project_name: payments
# yaml-language-server: $schema=https://goreleaser.com/static/schema-pro.json
version: 2
project_name: fctl

includes:
- from_file:
path: ./../../.goreleaser.default.yaml
monorepo:
tag_prefix: v
dir: ./
- from_url:
url: https://raw.githubusercontent.com/formancehq/earthly/refs/heads/main/.goreleaser.default.yaml

builds:
- binary: payments
Expand All @@ -29,7 +29,6 @@ archives:
format: tar.gz
name_template: "{{.ProjectName}}_{{.Os}}-{{.Arch}}"


release:
prerelease: auto
footer: |
Expand Down

0 comments on commit 82f077b

Please sign in to comment.