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 Sep 12, 2024
2 parents cbf77bc + c2c4da4 commit 14a16af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/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 .github/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
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@

# ignore "current" directories
/**/current
.codiumai

0 comments on commit 14a16af

Please sign in to comment.