Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
6bd8b7f
Bump braces from 3.0.2 to 3.0.3 (#533)
dependabot[bot] Jul 8, 2024
dbebe35
Bump fast-xml-parser from 4.3.6 to 4.4.1 (#540)
dependabot[bot] Aug 5, 2024
9be03d3
Fix failure checks (#545)
HarithaVattikuti Aug 28, 2024
344ba5f
Add workflow file for publishing releases to immutable action package
Jcambass Sep 11, 2024
cbeba61
Merge pull request #548 from actions/Jcambass-patch-1
Jcambass Sep 11, 2024
29640e4
Upgrade IA Publish
Jcambass Sep 16, 2024
2e0b259
Merge pull request #550 from actions/Jcambass-patch-2
Jcambass Sep 26, 2024
3e891b0
Revise `isGhes` logic (#556)
jww3 Oct 21, 2024
e4c228a
Enhance Workflows, Update Dependencies and Installer Scripts (#555)
priyagupta108 Dec 19, 2024
87b7050
V4 - Use new .NET CDN URLs and update to latest install scripts (#566)
heavymachinery Dec 26, 2024
f9d0f62
Update README.md (#587)
Jan 16, 2025
4b37d22
upgrade cache from 3.2.4 to 4.0.0 (#586)
aparnajyothi-y Jan 16, 2025
91b3793
Configure Dependabot settings (#585)
HarithaVattikuti Jan 21, 2025
3e76c4d
Bump actions/publish-immutable-action from 0.0.3 to 0.0.4 (#590)
dependabot[bot] Jan 29, 2025
4849e73
Bump @actions/http-client from 2.2.1 to 2.2.3 (#592)
dependabot[bot] Jan 29, 2025
3951f0d
Bump undici from 5.28.4 to 5.28.5 (#596)
dependabot[bot] Jan 29, 2025
83c0c1a
`v4` - Remove `azureedge.net` fallback logic and update install scrip…
zaataylor Feb 12, 2025
67a3573
cache upgrade from 4.0.0 to 4.0.2 (#615)
HarithaVattikuti Mar 17, 2025
267870a
upgrade actions/cache to 4.0.3 (#622)
aparnajyothi-y Apr 8, 2025
0f55b45
removes end-of-line dotnet versions (#647)
gowridurgad Jun 24, 2025
4ddad1c
Bump husky from 8.0.3 to 9.1.7 (#591)
dependabot[bot] Jul 7, 2025
bf4cd79
Bump @actions/glob from 0.4.0 to 0.5.0 (#594)
dependabot[bot] Jul 8, 2025
e8e5b82
Bump eslint-config-prettier from 9.1.0 to 10.1.5 (#639)
dependabot[bot] Jul 15, 2025
f5e8dbe
Merge branch 'main' of github.com:actions/setup-dotnet into actions-main
prajjwaldimri Jul 21, 2025
03528c5
fixes deps
prajjwaldimri Jul 21, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
# Enable version updates for npm
- package-ecosystem: 'npm'
# Look for `package.json` and `lock` files in the `root` directory
directory: '/'
# Check the npm registry for updates every day (weekdays)
schedule:
interval: 'weekly'

# Enable version updates for GitHub Actions
- package-ecosystem: 'github-actions'
# Workflow files stored in the default location of `.github/workflows`
# You don't need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`.
directory: '/'
schedule:
interval: 'weekly'
Loading
Loading