Skip to content

Commit

Permalink
[AJ-1783] Configure Dependabot to update GitHub Actions (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
nawatts authored Apr 22, 2024
1 parent d6e14f1 commit 3237161
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,23 @@ updates:
update-types:
- "minor"
- "patch"
- package-ecosystem: "github-actions"
directory: "/"
labels:
- "dependencies"
- "github-actions"
open-pull-requests-limit: 10
reviewers:
- "@DataBiosphere/analysisjourneys"
commit-message:
prefix: "[AJ-1783]"
schedule:
interval: "weekly"
day: "monday"
time: "08:00"
timezone: "America/New_York"
groups:
artifact-actions:
patterns:
- "actions/upload-artifact"
- "actions/download-artifact"

1 comment on commit 3237161

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: 3237161 Previous: d6e14f1 Ratio
bio.terra.pfb.LibraryBenchmarks.showNodesMedium 3157.561972894066 ops/s 3154.962399902253 ops/s 1.00
bio.terra.pfb.LibraryBenchmarks.showNodesSmall 37545.11211938108 ops/s 37301.23703930082 ops/s 1.01
bio.terra.pfb.PfbReaderBenchmarks.convertEnum 4994526.5981807485 ops/s 5220374.163591899 ops/s 0.96

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.