Skip to content

Commit

Permalink
Merge pull request #134 from Workiva/added_dependabot_for_gha
Browse files Browse the repository at this point in the history
FEDX-1401: Added dependentabot for gha
  • Loading branch information
rmconsole5-wk authored Aug 9, 2024
2 parents 900a711 + 661dc54 commit 6233525
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly

- package-ecosystem: pub
versioning-strategy: increase
directory: /
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:

jobs:
checks:
uses: Workiva/gha-dart-oss/.github/workflows/[email protected].0
uses: Workiva/gha-dart-oss/.github/workflows/[email protected].1

sbom:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ permissions:
jobs:
# Generates and uploads sbom, and publishes to pub.dev
publish:
uses: Workiva/gha-dart-oss/.github/workflows/[email protected].0
uses: Workiva/gha-dart-oss/.github/workflows/[email protected].1

0 comments on commit 6233525

Please sign in to comment.