Skip to content

Commit

Permalink
Fix: Add dependabot configuration for recently added composite actions
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Oct 3, 2022
1 parent 2dc7079 commit e227716
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,36 @@ updates:
package-ecosystem: "github-actions"
schedule:
interval: "daily"

- commit-message:
include: "scope"
prefix: "github-actions"
directory: "/actions/oh-dear/check/request-run"
labels:
- "dependency"
open-pull-requests-limit: 10
package-ecosystem: "github-actions"
schedule:
interval: "daily"

- commit-message:
include: "scope"
prefix: "github-actions"
directory: "/actions/oh-dear/maintenance-period/start"
labels:
- "dependency"
open-pull-requests-limit: 10
package-ecosystem: "github-actions"
schedule:
interval: "daily"

- commit-message:
include: "scope"
prefix: "github-actions"
directory: "/actions/oh-dear/maintenance-period/stop"
labels:
- "dependency"
open-pull-requests-limit: 10
package-ecosystem: "github-actions"
schedule:
interval: "daily"

0 comments on commit e227716

Please sign in to comment.