Skip to content

Commit

Permalink
chore(other): bump dependencies to latest, remove production in GHAs (#…
Browse files Browse the repository at this point in the history
…956)

chore(other): bump dependencies to latest, remove production in GHAs
  • Loading branch information
JagadeeshKaricherla-branch authored Nov 28, 2023
1 parent 2c10b5f commit def75bc
Show file tree
Hide file tree
Showing 6 changed files with 62 additions and 37 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ updates:
directory: "/"
schedule:
interval: "weekly"
# Raise pull requests against the "production" branch
# Raise pull requests against the "master" branch
target-branch: "master"
# Allow up to 10 open pull requests
open-pull-requests-limit: 10
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-merger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
echo "oncall_slack_id=$slack_id" >> $GITHUB_OUTPUT
- name: Create PR
uses: actions/github-script@v6
uses: actions/github-script@v7
id: create-pr
with:
script: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/gate-keep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
types: [opened,reopened,edited,synchronize]
branches:
- master
- production
paths-ignore:
- docs/**
- README.md
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ on:
push:
branches:
- main
- production
- releases/**
paths-ignore:
- docs/**
Expand All @@ -36,7 +35,6 @@ on:
types: [opened, reopened, edited, closed]
branches:
- main
- production
- releases/**
paths-ignore:
- docs/**
Expand Down
88 changes: 58 additions & 30 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"devDependencies": {
"commitizen": "^4.3.0",
"cz-customizable": "^7.0.0",
"falafel": "1.0.1",
"falafel": "2.2.5",
"google-closure-compiler": "^20230802.0.0",
"google-closure-deps": "^20230802.0.0",
"google-closure-library": "^20230802.0.0",
Expand All @@ -53,7 +53,7 @@
"jshint": "^2.13.6",
"mocha": "^10.2.0",
"npm-run-all": "^4.1.5",
"precommit-hook": "1.0.7",
"precommit-hook": "3.0.0",
"rimraf": "^5.0.1",
"sinon": "16.0.0"
},
Expand Down

0 comments on commit def75bc

Please sign in to comment.