Skip to content

Commit

Permalink
Merge pull request #6 from ubuntu/UDENG-5764-dependabot
Browse files Browse the repository at this point in the history
ci(dependabot): Add dependabot
  • Loading branch information
hk21702 authored Jan 15, 2025
2 parents 716f014 + 2076c30 commit 464c415
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
version: 2
updates:
# Infrastructure
## GitHub Actions
- package-ecosystem: "github-actions"
# Workflow files stored in the
# default location of `.github/workflows`
directory: "/"
schedule:
interval: "weekly"
day: "thursday"
time: "09:00"
groups:
gh-actions:
#applies-to: version-updates
patterns: ["*"]
commit-message:
prefix: "deps(ci)"

## Go dependencies
- package-ecosystem: "gomod"
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
day: "thursday"
time: "09:00"
groups:
minor-updates:
#applies-to: version-updates
update-types: ["minor", "patch"]
commit-message:
prefix: "deps(go)"

- package-ecosystem: "gomod"
directory: "/tools"
schedule:
interval: "weekly"
day: "thursday"
time: "09:00"
groups:
minor-updates:
#applies-to: version-updates
update-types: ["minor", "patch"]
commit-message:
prefix: "deps(go-tools)"

0 comments on commit 464c415

Please sign in to comment.