diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..625daa5 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,2 @@ +patreon: zen_browser +ko_fi: zen_browser diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..d1f0d08 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "daily" diff --git a/.gitignore b/.gitignore index f681b6a..63c5cfb 100644 --- a/.gitignore +++ b/.gitignore @@ -129,5 +129,4 @@ dist .yarn/install-state.gz .pnp.* - -releases.xml \ No newline at end of file +releases.xml diff --git a/LICENSE b/LICENSE index c028d70..5d84ec8 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 Zen Browser +Copyright (c) 2025 Zen Browser Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 7762bac..ed28a2c 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ -# release-utils -Scripts used by @zen-browser to make release workflow a less painful process +# Zen Browser Release Utils +Scripts used by @zen-browser to make release workflow a less painful process.