Skip to content

Commit

Permalink
test dependabot (#22)
Browse files Browse the repository at this point in the history
This PR simply tests dependabot.
  • Loading branch information
withinboredom authored Dec 30, 2024
1 parent 7637a0a commit f154837
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
2 changes: 1 addition & 1 deletion .github/workflows/automerge-dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
if: github.actor == 'dependabot[bot]'
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v3

- name: Merge Dependabot PR
uses: actions/github-script@v7
Expand Down

0 comments on commit f154837

Please sign in to comment.