Skip to content

Commit

Permalink
General Updates:
Browse files Browse the repository at this point in the history
- update CoreRcon ref
- update deps
- update dependabot
  • Loading branch information
Cryptoc1 committed Dec 7, 2024
1 parent ddb9f76 commit d7f7d1b
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
version: 2
updates:
- package-ecosystem: gitsubmodule
directory: /
schedule:
interval: weekly

- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly

- package-ecosystem: nuget
directory: /
schedule:
interval: weekly

- package-ecosystem: npm
directory: /
schedule:
interval: weekly
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"sdk": {
"allowPrerelease": false,
"rollForward": "latestMajor",
"version": "9.0.100"
"version": "9.0.101"
}
}
2 changes: 1 addition & 1 deletion src/App/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"postcss": "8.4.49",
"postcss-cli": "11.0.0",
"postcss-preset-env": "10.1.1",
"tailwindcss": "3.4.15"
"tailwindcss": "3.4.16"
}
}

0 comments on commit d7f7d1b

Please sign in to comment.