Skip to content

Commit

Permalink
Try to fix Dependabot too
Browse files Browse the repository at this point in the history
  • Loading branch information
mdlinville committed Jan 27, 2025
1 parent ce5243b commit f896b96
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
name: Docs Dependabot action
version: 2
on: pull_request

permissions:
pull-requests: write

updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every weekday
interval: "daily"
interval: "daily"

jobs:
dependabot:
runs-on: ubuntu-latest
steps:
- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@4c5d6e7f8a9b0c1d2e3f4a5b6c7d8e9f0a1b2c3d

0 comments on commit f896b96

Please sign in to comment.