Skip to content

Commit

Permalink
Merge pull request #24 from bitpredator/main
Browse files Browse the repository at this point in the history
chore: nuovi lavori per migliorare il sito
  • Loading branch information
bitpredator committed Dec 19, 2023
2 parents 8737305 + a015fe4 commit 099e2c8
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: '/'
schedule:
interval: daily
open-pull-requests-limit: 99
labels:
- 'dependencies'

# npm dependencies
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'daily'
# Disable version updates for npm dependencies
# https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates#overriding-the-default-behavior-with-a-configuration-file
open-pull-requests-limit: 99
labels:
- 'dependencies'

# yarn dependencies
- package-ecosystem: 'yarn'
directory: '/'
schedule:
interval: 'daily'
# Disable version updates for yarn dependencies
# https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates#overriding-the-default-behavior-with-a-configuration-file
open-pull-requests-limit: 99
labels:
- 'dependencies'
4 changes: 4 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@ const config = {
{
label: 'scaniav8pinasco86',
href: 'https://www.twitch.tv/scaniav8pinasco86',
},
{
label: 'spumeggiante75',
href: 'https://www.twitch.tv/spumeggiante75',
}
],
},
Expand Down

0 comments on commit 099e2c8

Please sign in to comment.