Skip to content

Commit

Permalink
Merge pull request haskell#10271 from geekosaur/dependabot-update
Browse files Browse the repository at this point in the history
validate dependabot configuration
  • Loading branch information
mergify[bot] authored Aug 24, 2024
2 parents dd123e6 + 770ceb3 commit 9b3ce92
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ updates:
schedule:
# Check for updates to GitHub Actions every week
interval: "weekly"

17 changes: 17 additions & 0 deletions .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# copied from https://github.com/ubuntu/authd/commit/3f9df8f21d952cd33fd44d3834d0edeec1f5766f

name: Dependabot rules validation

on:
pull_request:
paths:
- '.github/dependabot.yml'

jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- uses: marocchino/validate-dependabot@v3
id: validate

0 comments on commit 9b3ce92

Please sign in to comment.