Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into batch/fedx/dart_2_19
Browse files Browse the repository at this point in the history
  • Loading branch information
robbecker-wf committed Oct 28, 2023
2 parents 376805a + dc611d8 commit bb03671
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 51 deletions.
18 changes: 18 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version: 2
updates:
- package-ecosystem: "pub"
directory: /
groups:
pub:
patterns:
- "*"
schedule:
interval: weekly
- package-ecosystem: "github-actions"
directory: /
groups:
github-actions:
patterns:
- "*"
schedule:
interval: weekly
3 changes: 2 additions & 1 deletion .github/workflows/dart_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,5 @@ jobs:
- name: Activate RemoveFromCoverage Package
run: dart pub global activate remove_from_coverage
- name: Ignore Files For Coverage
run: dart pub global run remove_from_coverage:remove_from_coverage -f coverage/lcov.info -r 'lib\/src\/sdk\/proto\/opentelemetry\/proto\/.+'
run: dart pub global run remove_from_coverage:remove_from_coverage -f coverage/lcov.info -r 'lib\/src\/sdk\/proto\/opentelemetry\/proto\/.+' - name: Package Artifacts
run: ./package.sh
12 changes: 12 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Publish to pub.dev

on:
push:
tags:
- '[0-9]+\.[0-9]+\.[0-9]+(-rc[0-9]+)?'

jobs:
publish:
permissions:
id-token: write # Required for authentication using OIDC
uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1
40 changes: 0 additions & 40 deletions Dockerfile

This file was deleted.

10 changes: 0 additions & 10 deletions skynet.yaml

This file was deleted.

0 comments on commit bb03671

Please sign in to comment.