Skip to content

Commit

Permalink
IPS-527: Add dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
louiseli1 authored and SarahHillGDS committed Jan 15, 2025
1 parent 0046d6d commit f22eafa
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
22 changes: 22 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: daily
time: "03:00"
target-branch: main
labels:
- dependabot
ignore:
- dependency-name: "node"
versions: ["17.x", "18.x"]
commit-message:
prefix: BAU
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
target-branch: main
labels:
- dependabot
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -139,4 +139,3 @@ dist
# SAM
**/.aws-sam/
build
/feature-tests/results

0 comments on commit f22eafa

Please sign in to comment.