Skip to content

Commit

Permalink
Merge pull request #3717 from project-koku/release_prod-stable.85715
Browse files Browse the repository at this point in the history
Deployment commit for prod-stable
  • Loading branch information
dlabrecq committed Mar 18, 2024
2 parents 430f823 + 707545a commit 1304578
Show file tree
Hide file tree
Showing 159 changed files with 6,942 additions and 2,486 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,17 @@ updates:
pull-request-branch-name:
separator: "_"
open-pull-requests-limit: 15
groups:
lint-dependencies:
patterns:
- "*eslint*"
patternfly-dependencies:
patterns:
- "*patternfly*"
test-dependencies:
patterns:
- "*jest*"
- "*testing-library*"
ci-dependencies:
patterns:
- "*" # update remaining deps in single PR
3 changes: 0 additions & 3 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,3 @@ jobs:
- name: Test
if: ${{ success() }}
run: npm test --coverage --maxWorkers=4
- name: Code coverage
if: ${{ success() }}
uses: codecov/codecov-action@v1
2 changes: 1 addition & 1 deletion fec.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Based on https://github.com/RedHatInsights/frontend-components/blob/master/packages/config/src/scripts/dev.webpack.config.js
// Based on https://github.com/RedHatInsights/frontend-components/blob/master/packages/config/src/bin/dev.webpack.config.ts

const CopyWebpackPlugin = require('copy-webpack-plugin');
const path = require('path');
Expand Down

0 comments on commit 1304578

Please sign in to comment.