Skip to content

Commit

Permalink
Merge pull request #264 from atc0005/i225-update-dependabot-build-doc…
Browse files Browse the repository at this point in the history
…kerfile-path

Update Dependabot build Dockerfile paths
  • Loading branch information
atc0005 authored Mar 31, 2024
2 parents 8d1d970 + 66fd73e commit 1206432
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,25 @@ updates:
prefix: "Build image"

- package-ecosystem: docker
directory: "/dependabot/docker/builds"
directory: "/dependabot/docker/builds/x86"
open-pull-requests-limit: 10
target-branch: "development"
schedule:
interval: "daily"
time: "02:00"
timezone: "America/Chicago"
assignees:
- "atc0005"
labels:
- "dependencies"
- "builds"
allow:
- dependency-type: "all"
commit-message:
prefix: "Build image"

- package-ecosystem: docker
directory: "/dependabot/docker/builds/x64"
open-pull-requests-limit: 10
target-branch: "development"
schedule:
Expand Down

0 comments on commit 1206432

Please sign in to comment.