mirror of
https://github.com/opentofu/setup-opentofu.git
synced 2025-12-06 07:50:37 +00:00
Compare commits
2 commits
58cf7f7458
...
dd259403c5
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dd259403c5 | ||
|
|
5a7ce099f4 |
3 changed files with 332 additions and 318 deletions
|
|
@ -5,3 +5,8 @@
|
|||
# In the future, we will have a Github team of global code owners of the entire package
|
||||
# Later on, we will start splitting up the responsibilities, and packages will be assigned more specific code owners
|
||||
* @opentofu/maintainers
|
||||
|
||||
# The last matching pattern takes the most precedence for CODEOWNERS. CODEOWNERS does not have fine-grained control so we will
|
||||
# just match whole changes for these specific files, but @diofeher is responsible for taking care of the Dependabot updates
|
||||
# in this repository.
|
||||
package*.json @diofeher
|
||||
|
|
|
|||
643
package-lock.json
generated
643
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -28,7 +28,7 @@
|
|||
"devDependencies": {
|
||||
"@vercel/ncc": "0.38.4",
|
||||
"husky": "9.1.7",
|
||||
"jest": "30.1.3",
|
||||
"jest": "30.2.0",
|
||||
"semistandard": "17.0.0"
|
||||
},
|
||||
"semistandard": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue