Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/docs-site/autoprefix…
Browse files Browse the repository at this point in the history
…er-10.4.20
  • Loading branch information
MartyP233 authored Nov 20, 2024
2 parents 4fcbb82 + 52a707d commit 724b234
Show file tree
Hide file tree
Showing 88 changed files with 2,762 additions and 3,098 deletions.
32 changes: 16 additions & 16 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,68 +4,68 @@ updates:
- package-ecosystem: "gradle"
directory: "/packages/HilltopCrawler"
schedule:
interval: "weekly"
open-pull-requests-limit: 2
interval: "monthly"
open-pull-requests-limit: 5
labels:
- "gradle"
- "dependencies"

- package-ecosystem: "gradle"
directory: "/packages/IngestAPI"
schedule:
interval: "weekly"
open-pull-requests-limit: 2
interval: "monthly"
open-pull-requests-limit: 5
labels:
- "gradle"
- "dependencies"

- package-ecosystem: "gradle"
directory: "/packages/Manager"
schedule:
interval: "weekly"
open-pull-requests-limit: 2
interval: "monthly"
open-pull-requests-limit: 10
labels:
- "gradle"
- "dependencies"

- package-ecosystem: "npm"
directory: "/packages/PlanLimitsUI"
schedule:
interval: "weekly"
open-pull-requests-limit: 2
interval: "monthly"
open-pull-requests-limit: 5
labels:
- "npm"
- "dependencies"

- package-ecosystem: "npm"
directory: "/packages/RainfallViewer"
schedule:
interval: "weekly"
open-pull-requests-limit: 2
interval: "monthly"
open-pull-requests-limit: 5
labels:
- "npm"
- "dependencies"

- package-ecosystem: "npm"
directory: "/docs-site"
schedule:
interval: "weekly"
open-pull-requests-limit: 2
interval: "monthly"
open-pull-requests-limit: 5
labels:
- "npm"
- "dependencies"

- package-ecosystem: "npm"
directory: "/packages/cccv"
schedule:
interval: "weekly"
open-pull-requests-limit: 2
interval: "monthly"
open-pull-requests-limit: 5
labels:
- "npm"
- "dependencies"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 2
interval: "monthly"
open-pull-requests-limit: 5
4 changes: 2 additions & 2 deletions .github/workflows/data-transformation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ jobs:
uses: actions/checkout@v3

- name: Cache Batect
uses: actions/[email protected].0
uses: actions/[email protected].2
with:
path: ~/.batect/cache
key: batect-${{ hashFiles(format('{0}/batect', env.WORKING_DIR)) }}

- name: Cache Gradle dependencies
uses: actions/[email protected].0
uses: actions/[email protected].2
id: cache-packages
with:
path: ${{ env.WORKING_DIR }}/.batect/caches
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/configure-pages@v2

- name: Cache Batect
uses: actions/[email protected].0
uses: actions/[email protected].2
with:
path: ~/.batect/cache
key: batect-${{ hashFiles(format('{0}/batect', './docs-site')) }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/hilltop-crawler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ jobs:
uses: actions/checkout@v3

- name: Cache Batect
uses: actions/[email protected].0
uses: actions/[email protected].2
with:
path: ~/.batect/cache
key: batect-${{ hashFiles(format('{0}/batect', env.WORKING_DIR)) }}

- name: Cache Gradle dependencies
uses: actions/[email protected].0
uses: actions/[email protected].2
id: cache-packages
with:
path: ${{ env.WORKING_DIR }}/.batect/caches
Expand All @@ -47,7 +47,7 @@ jobs:
- name: Build app
run: ./batect build

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: always()
with:
name: reports
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ingest-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ jobs:
uses: actions/checkout@v3

- name: Cache Batect
uses: actions/[email protected].0
uses: actions/[email protected].2
with:
path: ~/.batect/cache
key: batect-${{ hashFiles(format('{0}/batect', env.WORKING_DIR)) }}

- name: Cache Gradle dependencies
uses: actions/[email protected].0
uses: actions/[email protected].2
id: cache-packages
with:
path: ${{ env.WORKING_DIR }}/.batect/caches
Expand All @@ -47,7 +47,7 @@ jobs:
- name: Build app
run: ./batect build

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: always()
with:
name: reports
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ jobs:
uses: actions/checkout@v3

- name: Cache Batect
uses: actions/[email protected].0
uses: actions/[email protected].2
with:
path: ~/.batect/cache
key: batect-${{ hashFiles(format('{0}/batect', env.WORKING_DIR)) }}

- name: Cache Gradle dependencies
uses: actions/[email protected].0
uses: actions/[email protected].2
id: cache-packages
with:
path: ${{ env.WORKING_DIR }}/.batect/caches
Expand All @@ -47,7 +47,7 @@ jobs:
- name: Build app
run: ./batect build

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: always()
with:
name: reports
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,5 @@ out/
### Misc ###
.DS_Store
.volumes/

qodana.yaml
Loading

0 comments on commit 724b234

Please sign in to comment.