Skip to content

Commit

Permalink
Merge branch 'main' into single-post
Browse files Browse the repository at this point in the history
  • Loading branch information
kccrtv authored Dec 17, 2024
2 parents 2457eb7 + 72edae9 commit 0f993fe
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,33 +4,48 @@ updates:
directory: "frontend/"
schedule:
interval: "monthly"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-patch"]
groups:
minor-frontend:
update-types:
- "minor"
open-pull-requests-limit: 1

- package-ecosystem: "npm"
directory: "frontend_server/"
schedule:
interval: "monthly"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-patch"]
groups:
minor-frontend-server:
update-types:
- "minor"
open-pull-requests-limit: 1

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-patch"]
groups:
minor-gh-actions:
update-types:
- "minor"
open-pull-requests-limit: 1

- package-ecosystem: "pip"
directory: "shared_requirements/"
schedule:
interval: "monthly"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-patch"]
groups:
minor-python:
update-types:
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,4 @@
"last 1 safari version"
]
}
}
}

0 comments on commit 0f993fe

Please sign in to comment.