Skip to content

Commit

Permalink
chore: Added Dependabot (#848)
Browse files Browse the repository at this point in the history
Signed-off-by: Ken <[email protected]>
Co-authored-by: Kent Rancourt <[email protected]>
  • Loading branch information
kencochrane and krancour authored Sep 26, 2023
1 parent 2f3d626 commit dee678b
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
# Documentation:
# * https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/enabling-and-disabling-dependabot-version-updates
# * https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: "chore(deps):"

- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "chore(deps):"

- package-ecosystem: "npm"
directory: "/ui"
versioning-strategy: increase
schedule:
interval: "daily"
commit-message:
prefix: "chore(deps):"
groups:
akp-js-patch:
update-types:
- "patch"
akp-js-minor:
update-types:
- "minor"
akp-js-major:
update-types:
- "major"

- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: "chore(deps):"
groups:
go-patch:
update-types:
- "patch"
go-minor:
update-types:
- "minor"
go-major:
update-types:
- "major"

0 comments on commit dee678b

Please sign in to comment.