Skip to content

Commit

Permalink
Fix Dependabot not auto-fixing (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
WarningImHack3r authored Aug 7, 2023
1 parent 88ca9ef commit ee2eba7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pages-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
permissions-check:
name: Permissions check
runs-on: ubuntu-latest
if: github.event_name == 'pull_request' && github.actor != 'dependabot[bot]'
if: github.event_name == 'pull_request'
outputs:
has-permissions: ${{ steps.check-output.outputs.has-permissions }}

Expand Down
2 changes: 1 addition & 1 deletion inlang.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export async function defineConfig(env) {
);

const { default: sdkPlugin } = await env.$import(
"https://cdn.jsdelivr.net/npm/@inlang/sdk-js-plugin@0.6.6/dist/index.js"
"https://cdn.jsdelivr.net/npm/@inlang/sdk-js-plugin@0.11.3/dist/index.js"
);

const { default: standardLintRules } = await env.$import(
Expand Down

0 comments on commit ee2eba7

Please sign in to comment.