Skip to content

Commit

Permalink
Merge pull request #41 from intelowlproject/develop
Browse files Browse the repository at this point in the history
added dependabot and fixing workflow
  • Loading branch information
mlodic authored Feb 7, 2025
2 parents 3387af5 + 85ac390 commit 6299849
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "monthly"
day: "tuesday"
target-branch: "develop"
reviewers:
- drosetti

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
day: "tuesday"
target-branch: "develop"
ignore:
# ignore all patch updates since we are using ~=
# this does not work for security updates
- dependency-name: "*"
update-types: ["version-update:semver-patch"]
2 changes: 1 addition & 1 deletion .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Static HTML export with Next.js
run: ${{ steps.detect-package-manager.outputs.runner }} next export
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: ./out

Expand Down

0 comments on commit 6299849

Please sign in to comment.