Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
N6REJ committed Jul 23, 2024
2 parents 89ef8aa + 6eb6c39 commit 340033c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .common/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
interval: "daily"
time: "08:00"
timezone: "America/Chicago"
labels:
Expand Down
4 changes: 2 additions & 2 deletions .common/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
repository: ${{ steps.metadata.outputs.repository }}

steps:
- uses: actions/checkout@v3.0.2
- uses: actions/checkout@v4

- uses: ahmadnassri/action-metadata@v2
id: metadata
Expand All @@ -33,7 +33,7 @@ jobs:

steps:
- id: dependabot
uses: dependabot/fetch-metadata@v1.3.3
uses: dependabot/fetch-metadata@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 340033c

Please sign in to comment.