Skip to content

Commit

Permalink
Update dependabot.yml to support github-actions (#30)
Browse files Browse the repository at this point in the history
* Update dependabot.yml to support github-actions
* run the build workflow on the `/src` changes only
  • Loading branch information
segor authored Feb 9, 2024
1 parent 5a026c3 commit dadbe9e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,12 @@ updates:
- "*"
exclude-patterns:
- "Microsoft.SourceLink.*"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
groups:
github-actions:
patterns:
- "*"
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@ on:
push:
branches: [ master, dev ]
tags: [ 'v*' ]
paths:
- 'src/**'
pull_request:
branches: [ master ]
paths:
- 'src/**'
workflow_dispatch:

env:
Expand Down

0 comments on commit dadbe9e

Please sign in to comment.